Skip to content
This repository has been archived by the owner on Apr 18, 2021. It is now read-only.

F4MP/F4MPServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

F4MPServer

Build Instructions

Make sure you have all the dependencies installed and in the correct locations for includes and linking.

With cmake/make and g++/clang compilation will look like this

mkdir build
cd build
cmake ..
make

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

Instructions regarding libraries and integration will come as soon as they are implemented

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published