diff options
author | eray orçunus <erayorcunus@gmail.com> | 2020-07-29 18:32:37 +0200 |
---|---|---|
committer | eray orçunus <erayorcunus@gmail.com> | 2020-07-29 18:32:37 +0200 |
commit | 0009558fcb0833ccdf2dcaec9d83b0413125fa5f (patch) | |
tree | 91a6258d27a8840c9020ccfbe3c1afaa528d3df5 /README.md | |
parent | Fix Win32 OAL build (diff) | |
parent | Update README.md (diff) | |
download | re3-0009558fcb0833ccdf2dcaec9d83b0413125fa5f.tar re3-0009558fcb0833ccdf2dcaec9d83b0413125fa5f.tar.gz re3-0009558fcb0833ccdf2dcaec9d83b0413125fa5f.tar.bz2 re3-0009558fcb0833ccdf2dcaec9d83b0413125fa5f.tar.lz re3-0009558fcb0833ccdf2dcaec9d83b0413125fa5f.tar.xz re3-0009558fcb0833ccdf2dcaec9d83b0413125fa5f.tar.zst re3-0009558fcb0833ccdf2dcaec9d83b0413125fa5f.zip |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ such that we have a working game at all times. - **If you use 64-bit D3D9**: We don't ship 64-bit Dx9 SDK. You need to download it from Microsoft if you don't have it(although it should come pre-installed after some Windows version) -> :information_source: **If you choose OpenAL(OAL) on Windows** You must read [Running OAL build on Windows](https://github.com/GTAmodding/re3/wiki/Running-OAL-build-on-Windows). +> :information_source: **If you choose OpenAL on Windows** You must read [Running OpenAL build on Windows](https://github.com/GTAmodding/re3/wiki/Running-OpenAL-build-on-Windows). > :information_source: **Did you notice librw?** re3 uses completely homebrew RenderWare-replacement rendering engine; [librw](https://github.com/aap/librw/). librw comes as submodule of re3, but you also can use LIBRW enviorenment variable to specify path to your own librw. |