Skip to content

Getting Started: Linux

raistlinthewiz edited this page Sep 25, 2014 · 15 revisions

You need at least mono 3.2.x+ series to be able to build & run CoiniumServ. You can issue the following command for build process;

git clone https://github.com/CoiniumServ/CoiniumServ.git
cd CoiniumServ
git submodule init
git submodule update
cd build/release
./build.sh

We have also detailed guides for ubuntu.