mirror of
https://github.com/capstone-engine/capstone.git
synced 2025-02-14 19:17:40 +00:00
Update README for Java Bindings
For better readability, OpenJDK installation has been separated from JNA installation.
This commit is contained in:
parent
b0515ca9c5
commit
98a0b20df6
@ -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…
x
Reference in New Issue
Block a user