Skip to content

Installation

Alfred E. Heggestad edited this page Nov 13, 2016 · 1 revision

Detailed installation instructions

Debian/Ubuntu

sudo apt-get install gcc make libssl-dev
make
sudo make install
sudo ldconfig

OSX

You need to install Xcode Command-line tools first.

make
sudo make install

Windows

Use Visual Studio and open project files under mk/win32.

Clone this wiki locally