mirror of
https://github.com/reactos/RosBE.git
synced 2024-11-23 11:29:44 +00:00
- 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:
parent
a6b81a98aa
commit
43d0fd0f1d
@ -53,6 +53,19 @@ automatically checks for them:
|
|||||||
package called "texinfo".
|
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
|
Installation
|
||||||
-------------
|
-------------
|
||||||
The Installation of RosBE is very simple, since there are scripts, which do
|
The Installation of RosBE is very simple, since there are scripts, which do
|
||||||
@ -104,11 +117,14 @@ components:
|
|||||||
Tested Operating Systems
|
Tested Operating Systems
|
||||||
-------------------------
|
-------------------------
|
||||||
Although the Build Environment is designed to work on all Unix-based
|
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
|
* Debian GNU/Linux 4.0
|
||||||
|
* Fedora 8
|
||||||
* FreeBSD 6.2
|
* 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
|
You should be able to compile the build tools on both i386 (32-bit) and
|
||||||
x86_64 (64-bit) systems.
|
x86_64 (64-bit) systems.
|
||||||
|
Binary file not shown.
@ -1,14 +1,14 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
#
|
#
|
||||||
# RosBE-Builder
|
# 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)
|
# partially based on the BuildMingwCross script (http://www.mingw.org/MinGWiki/index.php/BuildMingwCross)
|
||||||
#
|
#
|
||||||
# Released under GNU GPL v2 or any later version.
|
# Released under GNU GPL v2 or any later version.
|
||||||
|
|
||||||
# Constants
|
# Constants
|
||||||
ROSBE_VERSION="1.1-SVN"
|
ROSBE_VERSION="1.1"
|
||||||
KNOWN_ROSBE_VERSIONS="0.3.6 1.1-SVN"
|
KNOWN_ROSBE_VERSIONS="0.3.6 1.1"
|
||||||
DEFAULT_INSTALL_DIR="/usr/RosBE"
|
DEFAULT_INSTALL_DIR="/usr/RosBE"
|
||||||
NEEDED_TOOLS="bison flex gcc g++ grep makeinfo" # GNU Make has a special check
|
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 "* Builder Tool *"
|
||||||
echo "* by Colin Finck <mail@colinfinck.de> *"
|
echo "* by Colin Finck <mail@colinfinck.de> *"
|
||||||
echo "* *"
|
echo "* *"
|
||||||
echo "* Version $ROSBE_VERSION *"
|
echo "* Version $ROSBE_VERSION *"
|
||||||
echo "*******************************************************************************"
|
echo "*******************************************************************************"
|
||||||
|
|
||||||
echo
|
echo
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
#
|
#
|
||||||
# Script for initializing RosBE
|
# Script for initializing RosBE
|
||||||
# Part of RosBE for Unix-based Operating Systems
|
# 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.
|
# Released under GNU GPL v2 or any later version.
|
||||||
|
|
||||||
@ -35,7 +35,7 @@ echo "**************************************************************************
|
|||||||
echo "* ReactOS Build Environment for Unix-based Operating Systems *"
|
echo "* ReactOS Build Environment for Unix-based Operating Systems *"
|
||||||
echo "* by Colin Finck <mail@colinfinck.de> *"
|
echo "* by Colin Finck <mail@colinfinck.de> *"
|
||||||
echo "* *"
|
echo "* *"
|
||||||
echo "* Version $ROSBE_VERSION *"
|
echo "* Version $ROSBE_VERSION *"
|
||||||
echo "*******************************************************************************"
|
echo "*******************************************************************************"
|
||||||
|
|
||||||
bash --rcfile "$_ROSSCRIPTDIR/RosBE-rc"
|
bash --rcfile "$_ROSSCRIPTDIR/RosBE-rc"
|
||||||
|
Loading…
Reference in New Issue
Block a user