removed .gitignore
[k8opentitus.git] / readme_linux.txt
bloba85d0c90046cb50f864b4b75cba9c09555b62b7b
1 Compiling instructions for Linux
2 OpenTitus 0.8.0
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.
7 Compile time dependencies:
8 LibSDL development headers
9 LibSDLMixer library
10 Chocolate-Doom (1.6.0)'s OPL library (opl/libopl_linux.a), check out opl/opl_readme.txt for further details
12 To compile, use the following commands:
14 All:
15 make -f Makefile_linux
18 Clean:
19 make -f Makefile_linux clean