this repo is a recursive repo for building lokinet with all of the required libraries bundled as git submodules
# or your OS or distro's package manager
$ sudo apt install build-essential libtool autoconf cmake git
$ git clone --recursive https://github.com/loki-project/lokinet-builder
$ cd lokinet-builder
$ make
$ sudo apt install build-essential libtool autoconf cmake git mingw-w64
$ git clone --recursive https://github.com/loki-project/lokinet-builder
$ cd lokinet-builder
$ make windows
$ sudo apt install devscripts build-essential libtool autoconf cmake git
$ git clone --recursive https://github.com/loki-project/lokinet-builder
$ cd lokinet-builder
$ debuild -b -us -uc