Skip to content

Getting Started: Windows

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

Requirements

Getting the sources

You can download the sources using git;

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

Building

Once you got the sources, you can compile on Windows using Visual Studio. First navigate to sources folder and open the CoiniumServ.sln file.

Set build mode to either Debug or Release though you are advised to use Release mode for production environments. Use the Build ~ Build Solution (F6) menu to start compiling the sources.

You can find the executables in either bin\Release or bin\Debug folder (based on the mode you selected).

Then you have to configure the server to get it working.