-
Notifications
You must be signed in to change notification settings - Fork 8
Build instruction
iAmir edited this page May 16, 2020
·
2 revisions
You really dont need anything special
- cmake 3.8 or newer
- Microsoft Visual Studio 2017
git clone https://github.com/AmyrAhmady/samp-node
git submodule update --init
cd samp-node
mkdir build
cd build
cmake ..
Now open build folder and open VS solution file
- cmake 3.8 or newer
- GCC 4.9.4 or newer (anything with support of C++14)
git clone https://github.com/AmyrAhmady/samp-node
git submodule update --init
cd samp-node
mkdir build
cd build
cmake ..
make -j4