Author: cfinck Date: Mon Jun 11 19:39:06 2007 New Revision: 27143
URL: http://svn.reactos.org/svn/reactos?rev=27143&view=rev Log: - Clarify the purpose of this "RosBE-Unix" directory - Add some information about where to get the necessary sources
Added: trunk/tools/RosBE-Unix/SVN-Readme.txt trunk/tools/RosBE-Unix/sources/SVN-Readme.txt - copied, changed from r27115, trunk/tools/RosBE-Unix/sources/Readme.txt Removed: trunk/tools/RosBE-Unix/sources/Readme.txt
Added: trunk/tools/RosBE-Unix/SVN-Readme.txt URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Unix/SVN-Readme.txt?rev... ============================================================================== --- trunk/tools/RosBE-Unix/SVN-Readme.txt (added) +++ trunk/tools/RosBE-Unix/SVN-Readme.txt Mon Jun 11 19:39:06 2007 @@ -1,0 +1,10 @@ +Information +------------ + +This "RosBE-Unix" SVN directory is just for tracking changes in the script +files. +It does not contain a fully functional Build Environment as some packages are +missing in the "sources" directory. + +You can download a full RosBE-Unix package from http://reactos.colinfinck.de +(later on it will be downloadable from the official ReactOS Website)
Removed: trunk/tools/RosBE-Unix/sources/Readme.txt URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Unix/sources/Readme.txt... ============================================================================== --- trunk/tools/RosBE-Unix/sources/Readme.txt (original) +++ trunk/tools/RosBE-Unix/sources/Readme.txt (removed) @@ -1,19 +1,0 @@ -Put the following files into this directory: - -- binutils.tar.bz2 - --> containing the binutils source tree in a subdirectory "binutils" - -- gcc.tar.bz2 - --> containing the gcc source tree for C and C++ compilation in a subdirectory "gcc" - -- make.tar.bz2 - --> containing the make source tree in a subdirectory "make" - -- mingw-runtime.tar.bz2 - --> containing the "include" and "lib" subdirectories of the mingw-runtime package - -- nasm.tar.bz2 - --> containing the nasm source tree in a subdirectory "nasm" - -- w32api.tar.bz2 - --> containing the "include" and "lib" subdirectories of the w32api package
Copied: trunk/tools/RosBE-Unix/sources/SVN-Readme.txt (from r27115, trunk/tools/RosBE-Unix/sources/Readme.txt) URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Unix/sources/SVN-Readme... ============================================================================== --- trunk/tools/RosBE-Unix/sources/Readme.txt (original) +++ trunk/tools/RosBE-Unix/sources/SVN-Readme.txt Mon Jun 11 19:39:06 2007 @@ -2,18 +2,24 @@
- binutils.tar.bz2 --> containing 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
- make.tar.bz2 --> containing the 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
- 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
- w32api.tar.bz2 - --> containing the "include" and "lib" subdirectories of the w32api package + --> containing the "include" and "lib" subdirectories of the w32api package + Source is available here: http://sourceforge.net/project/showfiles.php?group_id=2435