mirror of
https://github.com/corda/corda.git
synced 2025-02-04 02:01:13 +00:00
update readme.txt to reflect new bootimage-generator parameter
This commit is contained in:
parent
a4d4db8eb4
commit
70bd2d908f
@ -403,12 +403,12 @@ Step 5: Run ProGuard with stage1 as input and stage2 as output.
|
||||
$ java -jar ../../proguard4.3/lib/proguard.jar \
|
||||
-injars stage1 -outjars stage2 @../vm.pro @hello.pro
|
||||
|
||||
(note: pass -dontusemixedcaseclassnames to ProGuard when building on systems with case-insensitive filesystems such as Windows and OS X)
|
||||
(note: pass -dontusemixedcaseclassnames to ProGuard when building on
|
||||
systems with case-insensitive filesystems such as Windows and OS X)
|
||||
|
||||
Step 6: Build the boot image.
|
||||
|
||||
$ ../build/linux-i386-bootimage/bootimage-generator stage2 \
|
||||
> bootimage.bin
|
||||
$ ../build/linux-i386-bootimage/bootimage-generator stage2 bootimage.bin
|
||||
|
||||
Step 7: Make an object file out of the boot image.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user