org.gnode:nix-linux-x86_64

Java bindings for NIX library


License
Multics

Documentation

Build Status

Java bindings for the NIX library

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)

Development Status

This project is still work in progress and should not be seen as a final product.

Getting Started (Linux)

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/