mirror of
https://github.com/corda/corda.git
synced 2025-01-06 05:04:20 +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
|
$ javac -bootclasspath boot.jar Hello.java
|
||||||
$ jar u0f boot.jar Hello.class
|
$ jar u0f boot.jar Hello.class
|
||||||
|
|
||||||
|
|
||||||
Step 3: Make an object file out of the jar.
|
Step 3: Make an object file out of the jar.
|
||||||
|
|
||||||
$ ../build/${platform}-${arch}/binaryToObject boot.jar boot-jar.o \
|
$ ../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 \
|
$ g++ -I$JAVA_HOME/include -I$JAVA_HOME/include/win32 \
|
||||||
-D_JNI_IMPLEMENTATION_ -c main.cpp -o main.o
|
-D_JNI_IMPLEMENTATION_ -c main.cpp -o main.o
|
||||||
|
|
||||||
|
|
||||||
Step 5: Link the objects produced above to produce the final
|
Step 5: Link the objects produced above to produce the final
|
||||||
executable, and optionally strip its symbols.
|
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.
|
Step 7: Make an object file out of the boot image.
|
||||||
|
|
||||||
|
|
||||||
$ ../build/${platform}-${arch}/binaryToObject \
|
$ ../build/${platform}-${arch}/binaryToObject \
|
||||||
bootimage.bin bootimage-bin.o \
|
bootimage.bin bootimage-bin.o \
|
||||||
_binary_bootimage_bin_start _binary_bootimage_bin_end \
|
_binary_bootimage_bin_start _binary_bootimage_bin_end \
|
||||||
|
Loading…
Reference in New Issue
Block a user