menu.c: removed warnings
[k8opentitus.git] / readme_linux.txt
blob405fe2cc8f10eae4f0e2eccd3729564cf79ff2a7
1 Compiling instructions for Linux\r
2 OpenTitus 0.8.0\r
3 \r
4 OpenTitus is released under the Gnu GPL version 3 or (at your option) any later version of the license, and it is released "as is"; without any warranty.\r
5 \r
6 \r
7 Compile time dependencies:\r
8 LibSDL development headers\r
9 LibSDLMixer library\r
10 Chocolate-Doom (1.6.0)'s OPL library (opl/libopl_linux.a), check out opl/opl_readme.txt for further details\r
12 To compile, use the following commands:\r
14 All:\r
15 make -f Makefile_linux\r
18 Clean:\r
19 make -f Makefile_linux clean\r