You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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