mirror of
https://github.com/corda/corda.git
synced 2025-01-22 12:28:11 +00:00
superficial readme.txt tweaks
This commit is contained in:
parent
4171382d1e
commit
a1460b1f82
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user