Building from sources

It is possible to build and run Junkie from a Linux or a MacOS machine.

First, you need to get the sources:

$ git clone https://github.com/rixed/junkie.git
$ cd junkie

Junkie depends on:

All of which should be available in your distribution. Remember to install the -dev version on Debian (and derivatives).

You can then compile "by hand", cranking the autotools like in the good old days:

$ ./configure
$ make
$ make install
$ sudo make install