--
This project is an extension for the NIX library and provides Java bindings for nix. The project is part of the 2015 Google Summer of Code and is performed by:
- Sujith V (Student)
- Adrian Stoewer (Mentor)
This project is still work in progress and should not be seen as a final product.
Build instructions
Build project and generate jars :
$ mvn clean package
To specify include and link path
$ mvn clean package -DnixIncludePath=<path> -DnixLinkPath=<path>
Sample usage
$ mvn clean package -DnixIncludePath=/usr/local/include/ -DnixLinkPath=/usr/local/lib/