| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Copyright (c) 2014, Oculus VR, Inc. (original RakNet)
Copyright (c) 2016-2018, TES3MP Team
This fork is not compatible with the original RakNet.
Your compiler should support C++11.
You also need CMake 3.5 to generate project files.
mkdir build cd build cmake -DCMAKE_BUILD_TYPE=Release .. cmake --build . -- -j4
If you have CMake in PATH environment:
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
cmake --build . --target RakNetLibStatic \
--config Release \
--clean-first
| Back | FazBrowse Home | New Git URL |