[Commits] (heikki) Bug 2174, updating Linux readme.
commits at osafoundation.org
commits at osafoundation.org
Tue Oct 19 11:08:40 PDT 2004
Commit by: heikki
Modified files:
chandler/distrib/linux/README.linux.txt 1.3 1.3.8.1
Log message:
Bug 2174, updating Linux readme.
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/chandler/distrib/linux/README.linux.txt.diff?r1=text&tr1=1.3&r2=text&tr2=1.3.8.1
Index: chandler/distrib/linux/README.linux.txt
diff -u chandler/distrib/linux/README.linux.txt:1.3 chandler/distrib/linux/README.linux.txt:1.3.8.1
--- chandler/distrib/linux/README.linux.txt:1.3 Tue Feb 24 10:02:45 2004
+++ chandler/distrib/linux/README.linux.txt Tue Oct 19 11:08:39 2004
@@ -3,19 +3,28 @@
* Compatibility *
-Our Linux binaries are built on a RedHat 8 machine that has libc version
-2.3.2. To run these binaries, your machine will need libc 2.3.2 or
-higher. To see what version of libc you have, run "ldd --version" on
-the command line. If you are building Chandler yourself you will need
-gcc 3.3.x, as described here:
+Our Linux binaries are built on a computer running Fedora Core 2.
+They have been tested on Fedora Core 2, but are unlikely to work
+on any other version of Linux.
+
+If you are building Chandler yourself you will need a few extra
+things. For details on how to build, please see:
http://wiki.osafoundation.org/twiki/bin/view/Chandler/BuildingChandler
* Running Chandler *
-To run chandler, use the executable "chandler" in this directory, like
-so:
+To run chandler, use the executable "RunChandler" in the release or debug
+directory, like so:
+
+% ./release/RunChandler
+
+or, if you have a "debug" version:
+
+% ./debug/RunChandler
+
+If you aren't sure which you have, you can run:
-% ./chandler
+% ./*/RunChandler
More information about the Commits
mailing list