Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 487 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 487 Bytes

Note that this repo is using the C++ version of ENet and not the C# version (If C# is preferred then get native ENet binaries from ENet-CSharp repo)

Setup

Start by cloning the repository with git clone --recursive https://github.com/Raccoons-Rise-Up/server-cpp.git.

If the repository was cloned non-recursively previously, use git submodule update --init to clone the necessary submodules.

For Windows generate Visual Studio 2019 project files by running scripts/vs2019.cmd.