diff options
author | erorcun <erayorcunus@gmail.com> | 2020-05-12 02:41:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-12 02:41:41 +0200 |
commit | 24f74a775f0c3d0fa56a51dc9767b68d66a221e7 (patch) | |
tree | 49ef0e8c5fae746df05661137e63479ef7d54753 /README.md | |
parent | Update README.md (diff) | |
download | re3-24f74a775f0c3d0fa56a51dc9767b68d66a221e7.tar re3-24f74a775f0c3d0fa56a51dc9767b68d66a221e7.tar.gz re3-24f74a775f0c3d0fa56a51dc9767b68d66a221e7.tar.bz2 re3-24f74a775f0c3d0fa56a51dc9767b68d66a221e7.tar.lz re3-24f74a775f0c3d0fa56a51dc9767b68d66a221e7.tar.xz re3-24f74a775f0c3d0fa56a51dc9767b68d66a221e7.tar.zst re3-24f74a775f0c3d0fa56a51dc9767b68d66a221e7.zip |
Diffstat (limited to '')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ such that we have a working game at all times. - (Optional) If you want to use optional features like Russian language or menu map, copy the files in /gamefiles folder to your game root folder. - Move re3.exe to GTA 3 directory and run it. -## How can I build it? +## Preparing the environment for building Currently only building on VS2015/2017/2019 (Windows) and GCC (Linux) is tested. |