F4MP/f4mp_originalcode/F4MPServer
Jous99 e52b7b446a subida de archivos
archivos originales del proyecto F4MP
2026-01-06 18:52:24 +01:00
..
include subida de archivos 2026-01-06 18:52:24 +01:00
lib subida de archivos 2026-01-06 18:52:24 +01:00
src subida de archivos 2026-01-06 18:52:24 +01:00
.gitignore subida de archivos 2026-01-06 18:52:24 +01:00
CMakeLists.txt subida de archivos 2026-01-06 18:52:24 +01:00
CMakeSettings.json subida de archivos 2026-01-06 18:52:24 +01:00
LICENSE subida de archivos 2026-01-06 18:52:24 +01:00
README.md subida de archivos 2026-01-06 18:52:24 +01:00

F4MPServer

Build Instructions

Windows

Dependencies

SLikeNet

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