Added a note to use the experimental openal-based sound system

This commit is contained in:
smallmodel 2024-07-01 18:20:22 +02:00
parent eefe8ee2d1
commit 63445c4fc1
No known key found for this signature in database
GPG key ID: A96F163ED4891440

View file

@ -11,6 +11,8 @@ The installation directory can be set to the MOHAA directory.
By default, the build will produce both the client and dedicated server versions. The client can be omitted from the build by appending `-DBUILD_NO_CLIENT=1` to the CMake command-line arguments. Using this parameter will result in only the server portion being built.
The experimental OpenAL-based sound system can be used by appending `-DUSE_SOUND_NEW=1` to the CMake command-line arguments.
## Compiling for Linux
These are the tools required on Linux :