-
Notifications
You must be signed in to change notification settings - Fork 496
Getting Started: Linux
raistlinthewiz edited this page Sep 25, 2014
·
15 revisions
- mono 3.2.x+
- git
Follow the instructions over here to install mono on your system.
Once you have mono installed, you can download the sources using git;
git clone https://github.com/CoiniumServ/CoiniumServ.git
cd CoiniumServ
git submodule init
git submodule update
cd build/release
./build.sh
```bash