Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 1007 Bytes

INSTALL.md

File metadata and controls

20 lines (15 loc) · 1007 Bytes

Installing PlaygroundJS

Preparing your system to work with PlaygroundJS is not entirely trivial. This guide should hopefully provide some insight in the requirements. If you've got further questions, please file an issue!

This guide assumes that you already have a working Las Venturas Playground checkout.

Create symbolic links

The easiest way to use PlaygroundJS is to create symbolic links to the GitHub checkout. This enables you to update to the latest version simply by synchronizing your checkout.

Windows

Run a new command prompt as an administrator(!), and change to the directory where the SA-MP server lives. Run the following commands:

mklink /d javascript "..\checkout\javascript\"
mklink plugins\playground.dll "..\..\checkout\plugin\bin\playground.dll"
mklink callbacks.txt "..\checkout\plugin\bin\callbacks.txt"
mklink v8.dll "..\checkout\plugin\bin\v8.dll"

Linux

TODO: Write the Linux part of this guide.