- Add some more information to the README about the tested host systems and a special hint required for using RosBE-Unix under FreeBSD.

- Change the version to 1.1. This is the final version!

svn path=/trunk/tools/RosBE/; revision=656
This commit is contained in:
Colin Finck 2008-01-23 18:21:21 +00:00
parent a6b81a98aa
commit 43d0fd0f1d
4 changed files with 24 additions and 8 deletions

View File

@ -53,6 +53,19 @@ automatically checks for them:
package called "texinfo".
Preparing the installation
---------------------------
Under some operating systems, you need to perform additional steps before
you can install the Build Environment. This section lists them.
* FreeBSD
- You have to create a symbolic link "/bin/bash", because FreeBSD
installs Bash to "/usr/local/bin/bash". Simply execute the following
command for doing this:
ln -s /usr/local/bin/bash /bin/bash
Installation
-------------
The Installation of RosBE is very simple, since there are scripts, which do
@ -104,11 +117,14 @@ components:
Tested Operating Systems
-------------------------
Although the Build Environment is designed to work on all Unix-based
operating systems, I only tested it on the following systems:
operating systems, it was only tested under the following systems:
* Debian GNU/Linux 4.0
* Fedora 8
* FreeBSD 6.2
* Ubuntu 7.04
* Mac OS X 10.5
* openSUSE 10.2
* Ubuntu 7.04 and 7.10
You should be able to compile the build tools on both i386 (32-bit) and
x86_64 (64-bit) systems.

Binary file not shown.

View File

@ -1,14 +1,14 @@
#!/bin/bash
#
# RosBE-Builder
# Copyright 2007 Colin Finck <mail@colinfinck.de>
# Copyright 2007-2008 Colin Finck <mail@colinfinck.de>
# partially based on the BuildMingwCross script (http://www.mingw.org/MinGWiki/index.php/BuildMingwCross)
#
# Released under GNU GPL v2 or any later version.
# Constants
ROSBE_VERSION="1.1-SVN"
KNOWN_ROSBE_VERSIONS="0.3.6 1.1-SVN"
ROSBE_VERSION="1.1"
KNOWN_ROSBE_VERSIONS="0.3.6 1.1"
DEFAULT_INSTALL_DIR="/usr/RosBE"
NEEDED_TOOLS="bison flex gcc g++ grep makeinfo" # GNU Make has a special check
@ -91,7 +91,7 @@ echo "* ReactOS Build Environment for Unix-based Operating Systems
echo "* Builder Tool *"
echo "* by Colin Finck <mail@colinfinck.de> *"
echo "* *"
echo "* Version $ROSBE_VERSION *"
echo "* Version $ROSBE_VERSION *"
echo "*******************************************************************************"
echo

View File

@ -2,7 +2,7 @@
#
# Script for initializing RosBE
# Part of RosBE for Unix-based Operating Systems
# Copyright 2007 Colin Finck <mail@colinfinck.de>
# Copyright 2007-2008 Colin Finck <mail@colinfinck.de>
#
# Released under GNU GPL v2 or any later version.
@ -35,7 +35,7 @@ echo "**************************************************************************
echo "* ReactOS Build Environment for Unix-based Operating Systems *"
echo "* by Colin Finck <mail@colinfinck.de> *"
echo "* *"
echo "* Version $ROSBE_VERSION *"
echo "* Version $ROSBE_VERSION *"
echo "*******************************************************************************"
bash --rcfile "$_ROSSCRIPTDIR/RosBE-rc"