- Change version to 1.5-RC2.

- Clear up the information in SVN-Readme.txt.

svn path=/trunk/tools/RosBE/; revision=1174
This commit is contained in:
Colin Finck 2010-01-31 21:07:24 +00:00
parent 54500bb306
commit d51921662d
4 changed files with 26 additions and 16 deletions

View File

@ -1,5 +1,5 @@
ReactOS Build Environment
Version 1.5 for Unix-based operating systems
Version 1.5-RC2 for Unix-based operating systems
Base package and i386 build tools
by Colin Finck (colin@reactos.org)

Binary file not shown.

View File

@ -21,8 +21,8 @@ rs_sourcedir="$rs_scriptdir/sources"
# RosBE-Unix Constants
DEFAULT_INSTALL_DIR="/usr/local/RosBE"
KNOWN_ROSBE_VERSIONS="0.3.6 1.1 1.4 1.4.2 1.5-RC1"
ROSBE_VERSION="1.5"
KNOWN_ROSBE_VERSIONS="0.3.6 1.1 1.4 1.4.2 1.5-RC2"
ROSBE_VERSION="1.5-RC2"
TARGET_ARCH="i386"
source "$rs_scriptdir/scripts/rosbelibrary.sh"

View File

@ -1,25 +1,35 @@
Put the following files into this directory:
Put the following files from the appropriate subdirectory of http://svn.reactos.org/RosBE-Sources into this directory.
The arrows tell you what these files contain (if you want to package them yourself).
- binutils.tar.bz2
--> containing the binutils source tree in a subdirectory "binutils"
Source is available here: http://www.gnu.org/software/binutils/
--> Contains the Binutils source tree in a subdirectory "binutils".
Source is available here: http://www.gnu.org/software/binutils
- gcc.tar.bz2
--> containing the gcc source tree for C and C++ compilation in a subdirectory "gcc"
Source is available here: http://gcc.gnu.org/svn.html
--> Contains the GCC source tree (core and g++) in a subdirectory "gcc".
Source is available here: http://gcc.gnu.org
- gmp.tar.bz2
--> Contains the GMP source tree in a subdirectory "gmp".
Source is available here: http://gmplib.org
- make.tar.bz2
--> containing the make source tree in a subdirectory "make"
--> Contains the GNU Make source tree in a subdirectory "make".
Source is available here: http://savannah.gnu.org/cvs/?group=make
- mingw-runtime.tar.bz2
--> containing the "include" and "lib" subdirectories of the mingw-runtime package
Source is available here: http://sourceforge.net/project/showfiles.php?group_id=2435
- mingw_runtime_dev.tar.bz2
--> Created by RosBE-Windows' "buildtoolchain.sh" script from its mingw_runtime.tar.bz2 package.
That mingw_runtime.tar.bz2 package contains the MinGW Runtime source tree in a subdirectory "mingw_runtime".
Its source is available here: http://sourceforge.net/projects/mingw
- mpfr.tar.bz2
--> Contains the MPFR source tree in a subdirectory "mpfr".
Source is available here: http://mpfr.org
- nasm.tar.bz2
--> containing the nasm source tree in a subdirectory "nasm"
Source is available here: http://sourceforge.net/project/showfiles.php?group_id=6208
--> Contains the NASM source tree in a subdirectory "nasm".
Source is available here: http://sourceforge.net/projects/nasm/files
- w32api.tar.bz2
--> containing the "include" and "lib" subdirectories of the w32api package
Source is available here: http://sourceforge.net/project/showfiles.php?group_id=2435
--> Contains the "include" and "lib" subdirectories of the w32api package.
Source is available here: http://sourceforge.net/projects/mingw/files