Skip to content

Getting Started: MacOS

Hüseyin Uslu edited this page Jan 6, 2018 · 2 revisions

Requirements

Mono

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

Getting the sources

Once you have mono installed, you can download the sources using git;

git clone https://github.com/CoiniumServ/CoiniumServ.git
cd CoiniumServ

Building

Then you can compile the sources using;

xbuild CoiniumServ.sln /p:Configuration="Release"