Skip to content

[WIP] open.mp nodejs component to write your scripts in TS/JS

Notifications You must be signed in to change notification settings

AmyrAhmady/omp-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

open.mp SDK example

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-example
# With SSH:
git clone --recursive git@github.com:openmultiplayer/open.mp-sdk-example

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

Building on Windows

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

Open Visual Studio and build the solution.

About

[WIP] open.mp nodejs component to write your scripts in TS/JS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages