summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorerorcun <erorcunerorcun@hotmail.com.tr>2021-07-03 15:34:55 +0200
committererorcun <erorcunerorcun@hotmail.com.tr>2021-07-03 15:41:10 +0200
commit3750124dcc12b4ffadeb37fb3ecdbf23fd21f4d3 (patch)
treeaabc3fd7420a006b040f3d26a7658b66a06aa986
parentFix Mac M1 premake (diff)
downloadre3-3750124dcc12b4ffadeb37fb3ecdbf23fd21f4d3.tar
re3-3750124dcc12b4ffadeb37fb3ecdbf23fd21f4d3.tar.gz
re3-3750124dcc12b4ffadeb37fb3ecdbf23fd21f4d3.tar.bz2
re3-3750124dcc12b4ffadeb37fb3ecdbf23fd21f4d3.tar.lz
re3-3750124dcc12b4ffadeb37fb3ecdbf23fd21f4d3.tar.xz
re3-3750124dcc12b4ffadeb37fb3ecdbf23fd21f4d3.tar.zst
re3-3750124dcc12b4ffadeb37fb3ecdbf23fd21f4d3.zip
-rw-r--r--README.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/README.md b/README.md
index 444213c6..d6d9b524 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@
In this repository you'll find the fully reversed source code for GTA III ([master](https://github.com/GTAmodding/re3/tree/master/) branch) and GTA VC ([miami](https://github.com/GTAmodding/re3/tree/miami/) branch).
-It has been tested and works on Windows, Linux and FreeBSD, on x86, amd64, arm and arm64.\
+It has been tested and works on Windows, Linux, MacOS and FreeBSD, on x86, amd64, arm and arm64.\
Rendering is handled either by original RenderWare (D3D8)
or the reimplementation [librw](https://github.com/aap/librw) (D3D9, OpenGL 2.1 or above, OpenGL ES 2.0 or above).\
Audio is done with MSS (using dlls from original GTA) or OpenAL.
@@ -22,7 +22,7 @@ We cannot build for PS2 or Xbox yet. If you're interested in doing so, get in to
- [Windows D3D9 64bit](https://nightly.link/GTAmodding/re3/workflows/reVC_msvc_amd64/miami/reVC_Release_win-amd64-librw_d3d9-oal.zip)
- [Windows OpenGL 64bit](https://nightly.link/GTAmodding/re3/workflows/reVC_msvc_amd64/miami/reVC_Release_win-amd64-librw_gl3_glfw-oal.zip)
- [Linux 64bit](https://nightly.link/GTAmodding/re3/workflows/build-cmake-conan/miami/ubuntu-18.04-gl3.zip)
- - [MacOS 64bit](https://nightly.link/GTAmodding/re3/workflows/build-cmake-conan/miami/macos-latest-gl3.zip)
+ - [MacOS 64bit x86-64](https://nightly.link/GTAmodding/re3/workflows/build-cmake-conan/miami/macos-latest-gl3.zip)
- Extract the downloaded zip over your GTA VC directory and run reVC. The zip includes the gamefiles and in case of OpenAL the required dlls.
## Screenshots
@@ -107,6 +107,12 @@ conan build .. -if build -bf build -pf package
```
</details>
+<details><summary>MacOS Premake</summary>
+
+For MacOS using premake, proceed: [Building on MacOS](https://github.com/GTAmodding/re3/wiki/Building-on-MacOS)
+
+</details>
+
<details><summary>FreeBSD</summary>
For FreeBSD using premake, proceed: [Building on FreeBSD](https://github.com/GTAmodding/re3/wiki/Building-on-FreeBSD)