8 lines
198 B
Plaintext
8 lines
198 B
Plaintext
In this repository you'll find the fully reversed source code for GTA 3
|
|
|
|
Building on Linux:
|
|
$ cd re3/
|
|
$ premake5 --with-librw gmake2
|
|
$ cd build/
|
|
$ make config=release_linux-amd64-librw_gl3_glfw-oal
|