mirror of
https://github.com/corda/corda.git
synced 2025-01-21 03:55:00 +00:00
fix step numbering in readme.txt
This commit is contained in:
parent
5c44ba859c
commit
4266b0df7f
@ -664,7 +664,7 @@ EOF
|
||||
$ g++ -I$JAVA_HOME/include -I$JAVA_HOME/include/linux \
|
||||
-D_JNI_IMPLEMENTATION_ -c main.cpp -o main.o
|
||||
|
||||
Step 9: Link the objects produced above to produce the final
|
||||
Step 8: Link the objects produced above to produce the final
|
||||
executable, and optionally strip its symbols.
|
||||
|
||||
$ g++ -rdynamic *.o -ldl -lpthread -lz -o hello
|
||||
|
Loading…
Reference in New Issue
Block a user