-
Notifications
You must be signed in to change notification settings - Fork 494
Getting Started: Linux
Hüseyin Uslu edited this page Jan 6, 2018
·
15 revisions
- mono 3.10.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
Then you can compile the sources using;
xbuild CoiniumServ.sln /p:Configuration="Release"