mirror of
https://github.com/corda/corda.git
synced 2025-01-04 04:04:27 +00:00
whitespace tweaks in readme.txt
This commit is contained in:
parent
ef4a8430ad
commit
0f4fc07048
@ -192,7 +192,6 @@ EOF
|
||||
$ javac -bootclasspath boot.jar Hello.java
|
||||
$ jar u0f boot.jar Hello.class
|
||||
|
||||
|
||||
Step 3: Make an object file out of the jar.
|
||||
|
||||
$ ../build/${platform}-${arch}/binaryToObject boot.jar boot-jar.o \
|
||||
@ -288,7 +287,6 @@ on Windows:
|
||||
$ g++ -I$JAVA_HOME/include -I$JAVA_HOME/include/win32 \
|
||||
-D_JNI_IMPLEMENTATION_ -c main.cpp -o main.o
|
||||
|
||||
|
||||
Step 5: Link the objects produced above to produce the final
|
||||
executable, and optionally strip its symbols.
|
||||
|
||||
@ -390,7 +388,6 @@ Step 6: Build the boot image.
|
||||
|
||||
Step 7: Make an object file out of the boot image.
|
||||
|
||||
|
||||
$ ../build/${platform}-${arch}/binaryToObject \
|
||||
bootimage.bin bootimage-bin.o \
|
||||
_binary_bootimage_bin_start _binary_bootimage_bin_end \
|
||||
|
Loading…
Reference in New Issue
Block a user