mirror of
https://github.com/Jous99/F4MP.git
synced 2026-01-12 16:30:53 +01:00
807 B
807 B
F4MPServer
Build Instructions
Windows
Dependencies
Building
Make sure you have all the dependencies installed and in the correct locations for includes and linking.
With Visual Studio, in the launcher "Continue Without Code" -> File -> Open -> CMake. Intellisense should just do it's thing and read the CMakeSettings.json file for build and compiler settings with Ninja
With CLion, all you need to do is Open Project and navigate to the CMakeList and open it with your favorite toolchain
Linux
Dependencies
Install slikenet through Vcpkg
Building
With cmake/make and g++/clang compilation will look like this
mkdir build
cd build
cmake ..
make