Skip to content

sachaaaaa/lokinet-builder

Repository files navigation

lokinet builder

pipeline status

this repo is a recursive repo for building lokinet with all of the required libraries bundled as git submodules

building on linux for linux

# 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 

cross compile on linux for windows

$ 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

building the debian package

$ 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published