Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 574 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 574 Bytes

Contributing

Anyone who wishes to contribute is encouraged to join the project's Discord, where most of the communication happens.

Building

Prerequisites

  • Python >= 3.7
  • Wine (For building on Linux)

Clone the repository with the --recursive flag:

git clone --recursive https://github.com/CriminalRETeam/gta2_re.git

Windows

python vc6_setup.py
python build.py

Linux

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python3 vc6_setup.py
python3 build.py