Fix link to OpenAL Soft

This commit is contained in:
Daniel Gibson 2018-12-16 06:22:12 +01:00
parent 89b749a1bd
commit 15bbe4e686
2 changed files with 2 additions and 2 deletions

View file

@ -91,7 +91,7 @@ No, this unfortunately can't be done for the HUD (except for the crosshair), bec
<ul>
<li>Should work on any halfway-recent distro, needs <code>libSDL2-2.0.so.0</code>, <code>libopenal.so.1</code> and <code>libcurl.so.4</code> installed</li>
</ul></li>
<li>Updated some libraries bundled in the Win32 build: <a href="https://libsdl.org">SDL2 2.0.9</a>, <a href="http://kcat.strangesoft.net/openal.html">OpenAL-soft 1.19.1</a> and <a href="https://curl.haxx.se">curl 7.62.0</a></li>
<li>Updated some libraries bundled in the Win32 build: <a href="https://libsdl.org">SDL2 2.0.9</a>, <a href="https://openal-soft.org/">OpenAL-soft 1.19.1</a> and <a href="https://curl.haxx.se">curl 7.62.0</a></li>
<li>Support for the AROS and OpenBSD operating systems</li>
<li>Several bugfixes</li>
</ul>

View file

@ -42,7 +42,7 @@ Changes since 1.4.1:
* (Experimental) uncapped framerate, enable by entering `com_fixedTic -1` in the console (can be set back with `com_fixedTic 0`).
* Providing binaries for Linux amd64 (x86_64) now
- Should work on any halfway-recent distro, needs `libSDL2-2.0.so.0`, `libopenal.so.1` and `libcurl.so.4` installed
* Updated some libraries bundled in the Win32 build: [SDL2 2.0.9](https://libsdl.org), [OpenAL-soft 1.19.1](http://kcat.strangesoft.net/openal.html) and [curl 7.62.0](https://curl.haxx.se)
* Updated some libraries bundled in the Win32 build: [SDL2 2.0.9](https://libsdl.org), [OpenAL-soft 1.19.1](https://openal-soft.org/) and [curl 7.62.0](https://curl.haxx.se)
* Support for the AROS and OpenBSD operating systems
* Several bugfixes