Nifty bio photo

Nifty

Nifty - NIF interface generator

Github

Install Nifty

Dependencies

  • Erlang OTP 17.0 or newer (if you are using an older version, you can use an old version of Nifty)
  • libclang including the header files (libclang-dev)
  • llvm

In Ubuntu you can install the dependencies with this command:

sudo apt-get install libclang-dev libclang1 llvm

Installation

Clone Nifty from the official repository, change to the directory and run make:

git clone https://github.com/parapluu/nifty.git
cd nifty/
make

Now include Nifty in your ERL_LIBS path and you are ready to go.