mirror of
https://github.com/corda/corda.git
synced 2025-01-06 05:04:20 +00:00
add trademark notice to readme.txt and specify Proguard 4.6 in example
This commit is contained in:
parent
a5742f5985
commit
d408040b2c
11
readme.txt
11
readme.txt
@ -486,7 +486,7 @@ EOF
|
||||
|
||||
Step 5: Run ProGuard with stage1 as input and stage2 as output.
|
||||
|
||||
$ java -jar ../../proguard4.4/lib/proguard.jar \
|
||||
$ java -jar ../../proguard4.6/lib/proguard.jar \
|
||||
-injars stage1 -outjars stage2 @../vm.pro @hello.pro
|
||||
|
||||
(note: pass -dontusemixedcaseclassnames to ProGuard when building on
|
||||
@ -596,3 +596,12 @@ executable, and optionally strip its symbols.
|
||||
|
||||
$ g++ -rdynamic *.o -ldl -lpthread -lz -o hello
|
||||
$ strip --strip-all hello
|
||||
|
||||
|
||||
Trademarks
|
||||
----------
|
||||
|
||||
Oracle and Java are registered trademarks of Oracle and/or its
|
||||
affiliates. Other names may be trademarks of their respective owners.
|
||||
|
||||
The Avian project is not affiliated with Oracle.
|
||||
|
Loading…
Reference in New Issue
Block a user