mirror of
https://github.com/dhewm/dhewm.github.io.git
synced 2024-11-10 07:11:47 +00:00
Fix link to OpenAL Soft
This commit is contained in:
parent
89b749a1bd
commit
15bbe4e686
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
2
index.md
2
index.md
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue