Skip to content

temajm/open.mp-sdk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

open.mp SDK

Tools

Tools on Windows

Visual Studio needs the Desktop development with C++ workload with the MSVC v142, Windows 10 SDK and C++ Clang tools for Windows components.

Sources

# With HTTPS:
git clone --recursive https://github.com/openmultiplayer/open.mp-sdk
# With SSH:
git clone --recursive [email protected]:openmultiplayer/open.mp-sdk

Note the use of the --recursive argument, because this repository contains submodules.

Building on Windows

cd  open.mp-sdk
mkdir build
cd build
cmake .. -A Win32 -T ClangCL

Open Visual Studio and build the solution.

About

The open.mp SDK

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.7%
  • CMake 0.3%