Skip to content

Building Centrifuge

vdd edited this page Feb 10, 2020 · 1 revision

Windows

It's as simple as cloning the repository and opening the solution with Visual Studio. Make sure to use at least Visual Studio 2017, as older versions do not support the new C# project file format.

Arch Linux

Install git, dotnet with SDK >= 2.1, mono and mono-msbuild. If you're not using Arch Linux, consult your distribution's software repository for these packages.

Chain of commands required to build Centrifuge on a Linux environment with proper setup is the following:

git clone https://github.com/Ciastex/Centrifuge
cd Centrifuge
dotnet restore
msbuild