mirror of
https://github.com/capstone-engine/capstone.git
synced 2024-11-27 07:20:33 +00:00
Update README for Java Bindings
For better readability, OpenJDK installation has been separated from JNA installation.
This commit is contained in:
parent
bebe336679
commit
89e6ed46d6
@ -4,9 +4,9 @@ Arch Linux-3.11, 64-bit.
|
||||
- OpenJDK is required to compile and run this test code.
|
||||
For example, install OpenJDK 6 with:
|
||||
|
||||
$ sudo apt-get install openjdk-6-jre-headless openjdk-6-jdk libjna-java
|
||||
$ sudo apt-get install openjdk-6-jre-headless openjdk-6-jdk
|
||||
|
||||
- Java Native Access is required to run the code, you can install it on ubuntu with:
|
||||
- Java Native Access is required to run the code, you can install it with:
|
||||
|
||||
$ sudo apt-get install libjna-java
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user