Skip to content

Getting Started: Linux

raistlinthewiz edited this page Sep 25, 2014 · 15 revisions

Requirements

  • mono 3.2.x+
  • git

Mono

Follow the instructions over here to install mono on your system.

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.