Update README

Installation instructions for libjna on Ubuntu has been added, that would save new comers (like me) sometime figuring it out :)
This commit is contained in:
Ammar Ben Khadra 2015-04-29 16:34:21 +02:00 committed by Nguyen Anh Quynh
parent 7e88b7ac8b
commit b0515ca9c5

View File

@ -6,6 +6,10 @@ Arch Linux-3.11, 64-bit.
$ sudo apt-get install openjdk-6-jre-headless openjdk-6-jdk libjna-java
- Java Native Access is required to run the code, you can install it on ubuntu with:
$ sudo apt-get install libjna-java
- To compile and run this Java test code:
$ make