Skip to content

Getting Started: Windows

Hüseyin Uslu edited this page Jul 21, 2014 · 13 revisions

On Windows, you can compile the code using Visual Studio.

Clone the project using git;

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

Download the dependencies;

cd CoiniumServ
git submodule init
git submodule update
cd build

Open build/CoiniumServ.sln with Visual Studio and Build / Run.

You can find the CoiniumServ executable in bin/.