[ros-diffs] [cfinck] 31964: - 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!

cfinck at svn.reactos.org cfinck at svn.reactos.org
Wed Jan 23 19:21:22 CET 2008


Author: cfinck
Date: Wed Jan 23 21:21:21 2008
New Revision: 31964

URL: http://svn.reactos.org/svn/reactos?rev=31964&view=rev
Log:
- 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!

Modified:
    trunk/tools/RosBE/RosBE-Unix/README
    trunk/tools/RosBE/RosBE-Unix/README.odt
    trunk/tools/RosBE/RosBE-Unix/RosBE-Builder.sh
    trunk/tools/RosBE/RosBE-Unix/scripts/RosBE.sh

Modified: trunk/tools/RosBE/RosBE-Unix/README
URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE/RosBE-Unix/README?rev=31964&r1=31963&r2=31964&view=diff
==============================================================================
--- trunk/tools/RosBE/RosBE-Unix/README (original)
+++ trunk/tools/RosBE/RosBE-Unix/README Wed Jan 23 21:21:21 2008
@@ -53,6 +53,19 @@
     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 @@
 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.

Modified: trunk/tools/RosBE/RosBE-Unix/README.odt
URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE/RosBE-Unix/README.odt?rev=31964&r1=31963&r2=31964&view=diff
==============================================================================
Binary files - no diff available.

Modified: trunk/tools/RosBE/RosBE-Unix/RosBE-Builder.sh
URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE/RosBE-Unix/RosBE-Builder.sh?rev=31964&r1=31963&r2=31964&view=diff
==============================================================================
--- trunk/tools/RosBE/RosBE-Unix/RosBE-Builder.sh (original)
+++ trunk/tools/RosBE/RosBE-Unix/RosBE-Builder.sh Wed Jan 23 21:21:21 2008
@@ -1,14 +1,14 @@
 #!/bin/bash
 #
 # RosBE-Builder
-# Copyright 2007 Colin Finck <mail at colinfinck.de>
+# Copyright 2007-2008 Colin Finck <mail at 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 "*                                 Builder Tool                                *"
 echo "*                      by Colin Finck <mail at colinfinck.de>                    *"
 echo "*                                                                             *"
-echo "*                                Version $ROSBE_VERSION                                *"
+echo "*                                Version $ROSBE_VERSION                                  *"
 echo "*******************************************************************************"
 
 echo

Modified: trunk/tools/RosBE/RosBE-Unix/scripts/RosBE.sh
URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE/RosBE-Unix/scripts/RosBE.sh?rev=31964&r1=31963&r2=31964&view=diff
==============================================================================
--- trunk/tools/RosBE/RosBE-Unix/scripts/RosBE.sh (original)
+++ trunk/tools/RosBE/RosBE-Unix/scripts/RosBE.sh Wed Jan 23 21:21:21 2008
@@ -2,7 +2,7 @@
 #
 # Script for initializing RosBE
 # Part of RosBE for Unix-based Operating Systems
-# Copyright 2007 Colin Finck <mail at colinfinck.de>
+# Copyright 2007-2008 Colin Finck <mail at colinfinck.de>
 #
 # Released under GNU GPL v2 or any later version.
 
@@ -35,7 +35,7 @@
 echo "*         ReactOS Build Environment for Unix-based Operating Systems          *"
 echo "*                      by Colin Finck <mail at colinfinck.de>                    *"
 echo "*                                                                             *"
-echo "*                                Version $ROSBE_VERSION                                *"
+echo "*                                Version $ROSBE_VERSION                                  *"
 echo "*******************************************************************************"
 
 bash --rcfile "$_ROSSCRIPTDIR/RosBE-rc"




More information about the Ros-diffs mailing list