https://github.com/the2alert/node-samp-plugin
SA-MP plugin for NodeSamp
https://github.com/the2alert/node-samp-plugin
nodejs nodesamp plugin sa-mp
Last synced: 2 months ago
JSON representation
SA-MP plugin for NodeSamp
- Host: GitHub
- URL: https://github.com/the2alert/node-samp-plugin
- Owner: The2Alert
- License: mit
- Created: 2022-01-03T14:29:56.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-28T14:17:24.000Z (about 4 years ago)
- Last Synced: 2024-03-08T12:17:35.542Z (over 2 years ago)
- Topics: nodejs, nodesamp, plugin, sa-mp
- Language: C++
- Homepage:
- Size: 119 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Runtime environment Node.js in SA-MP.
## Description
SA-MP plugin for NodeSamp.
## Documentation
Documentation is here.
## Building
Windows prerequisites:
-
Visual Studio 2019 (C / C++) -
CMake >=3.20.6 -
GNU Make >=4.3
Linux prerequisites:
Linux prerequisites in other OS:
-
Docker >=20.10.8
For Windows:
```
make build-win32-start
make -B build
```
For Linux
```
make build-start
make -B build
```
For Linux in other OS:
```
make build-linux-start
make build-linux
```
## License