mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2024-12-02 00:41:51 +00:00
Updated README.txt ..
This commit is contained in:
parent
5234e4cd77
commit
61a0a90f01
1 changed files with 6 additions and 6 deletions
12
README.txt
12
README.txt
|
@ -149,11 +149,11 @@ _________________________
|
||||||
|
|
||||||
On Debian or Ubuntu:
|
On Debian or Ubuntu:
|
||||||
|
|
||||||
> apt-get install cmake libsdl1.2-dev
|
> apt-get install cmake libsdl1.2-dev libopenal-dev
|
||||||
|
|
||||||
On Fedora
|
On Fedora
|
||||||
|
|
||||||
> yum install cmake SDL-devel
|
> yum install cmake SDL-devel openal-devel
|
||||||
|
|
||||||
|
|
||||||
3. Generate the Makefiles using CMake:
|
3. Generate the Makefiles using CMake:
|
||||||
|
@ -172,9 +172,10 @@ ___________________________________________________
|
||||||
7) CHANGES
|
7) CHANGES
|
||||||
__________________________________________
|
__________________________________________
|
||||||
|
|
||||||
// TODO
|
* Flexible build system using CMake
|
||||||
See CHANGELOG.txt for full list of all changes.
|
* Linux support (32 and 64 bit)
|
||||||
|
* New OpenAL Soft sound backend primarily developed for Linux but works on Windows as well
|
||||||
|
* Win64 support
|
||||||
|
|
||||||
___________________________________________________
|
___________________________________________________
|
||||||
|
|
||||||
|
@ -189,7 +190,6 @@ ___________________________________________________
|
||||||
10) KNOWN ISSUES
|
10) KNOWN ISSUES
|
||||||
__________________________________________
|
__________________________________________
|
||||||
|
|
||||||
* Sound engine does not work on Linux
|
|
||||||
* Doomclassic is not supported on Linux (yet)
|
* Doomclassic is not supported on Linux (yet)
|
||||||
* There are some issues with the binary format loaders/writers on 64 bit platforms
|
* There are some issues with the binary format loaders/writers on 64 bit platforms
|
||||||
* The intel open source drivers to not support OpenGL 3.2 yet
|
* The intel open source drivers to not support OpenGL 3.2 yet
|
||||||
|
|
Loading…
Reference in a new issue