From a1460b1f82901cb7f58a28fb8910ee506bd93f55 Mon Sep 17 00:00:00 2001 From: Joel Dice Date: Wed, 20 Feb 2008 09:55:43 -0700 Subject: [PATCH] superficial readme.txt tweaks --- readme.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/readme.txt b/readme.txt index 9fde3b3df6..f300133ff8 100644 --- a/readme.txt +++ b/readme.txt @@ -1,12 +1,12 @@ Quick Start ----------- -On Linux: +on Linux: $ export JAVA_HOME=/usr/local/java $ make $ build/linux-i386-compile-fast/avian -cp build/test Hello -On Mac OS X: +on Mac OS X: $ export JAVA_HOME=/Library/Java/Home $ make $ build/darwin-i386-compile-fast/avian -cp build/test Hello @@ -210,10 +210,11 @@ EOF Step 5: Link the objects produced above to produce the final executable, and optionally strip its symbols. -On linux: +on Linux: $ g++ -rdynamic *.o -ldl -lpthread -lz -o hello $ strip --strip-all hello -On Mac OS X: + +on Mac OS X: $ g++ -rdynamic *.o -ldl -lpthread -lz -o hello -framework CoreFoundation $ strip -S -x hello