Skip to content

Building from source

Grinch_ edited this page Nov 15, 2021 · 2 revisions

To build your need the following installed,

(We're using 3.8x since it's the last version to support Windows 7)

After setting them up, open up the premake.lua file and set these variables accordingly.

PSDK_DIR
PYTHON_DIR
GTASA_DIR

Remember to build in Release mode. And use the runtime files that come with the PyLoader. Building it Debug mode isn't straightforward at the moment and you'd probably need to put the modules into your Python installation and make some changes to get it to work.

Clone this wiki locally