From ee385abfefddcadf1b45e12c3c6f79d69a2ccd2f Mon Sep 17 00:00:00 2001 From: smallmodel <15067410+smallmodel@users.noreply.github.com> Date: Tue, 4 Feb 2025 18:52:46 +0100 Subject: [PATCH] Update links to third-party libraries --- docs/compiling.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/compiling.md b/docs/compiling.md index df4930d5..0eb3f76d 100644 --- a/docs/compiling.md +++ b/docs/compiling.md @@ -38,8 +38,8 @@ Other compilers can be specified by appending `-DCMAKE_C_COMPILER=/path/to/compi Visual Studio (2019 or 2022) is generally preferred. -Flex and Bison can be downloaded from here: https://github.com/lexxmark/winflexbison/releases/tag/v2.5.25 -OpenAL can be downloaded from here: https://github.com/kcat/openal-soft/releases/tag/1.24.1 rename `soft_oal.dll` to `OpenAL64.dll` on 64-bit and `OpenAL32.dll` on 32-bit +Flex and Bison can be downloaded from here: https://github.com/lexxmark/winflexbison/releases/latest +OpenAL can be downloaded from here: https://github.com/kcat/openal-soft/releases/latest rename `soft_oal.dll` to `OpenAL64.dll` on 64-bit and `OpenAL32.dll` on 32-bit Append `-DFLEX_EXECUTABLE=...\win_flex.exe -DBISON_EXECUTABLE=...\win_bison.exe -DOPENAL_INCLUDE_DIR="path/to/oal/include" -DOPENAL_LIBRARY="path/to/oal"` to the CMake command-line to use the package from the link above.