Add note about MP3 to Elite Force README

This commit is contained in:
Zack Middleton 2018-03-03 19:28:37 -06:00
parent d2ee25c8e9
commit b9131e5980
1 changed files with 3 additions and 1 deletions

View File

@ -18,7 +18,9 @@ The source code for the Elite Force game, cgame, and ui code is not included as
## Compiling
Lilium Voyager is compiled using `make`. For details see [building ioquake3](http://wiki.ioquake3.org/Building_ioquake3).
Lilium Voyager is compiled using `make USE_CODEC_MP3=1`. For details see [building ioquake3](http://wiki.ioquake3.org/Building_ioquake3).
The MP3 support library (libmad) is not included in the source tree (yet) so easier to just build without it. Though this prevents music and some sounds from playing.
The Visual Studio project files are not supported.