Mercurial > otakunoraifu
comparison README @ 49:6581f7eccd26
* Correct --disable-x11
* Better use of --enable and --with. --enable is for optional features whereas --with is for the use of optional libraries
author | thib |
---|---|
date | Fri, 17 Apr 2009 08:12:18 +0000 |
parents | 3aa3d244ad90 |
children | 15a18fbe6f21 |
comparison
equal
deleted
inserted
replaced
48:ed6c21dde840 | 49:6581f7eccd26 |
---|---|
18 The following dependencies are required for OtakuNoRaifu: | 18 The following dependencies are required for OtakuNoRaifu: |
19 * SDL, SDL_mixer and SDL_gfx | 19 * SDL, SDL_mixer and SDL_gfx |
20 * Freetype | 20 * Freetype |
21 | 21 |
22 Other dependences: | 22 Other dependences: |
23 * libvorbis or libtremor/libvorbisidec (to use it, specify --enable-tremor when calling ./configure). | 23 * libvorbis or libtremor/libvorbisidec (to use it, specify --with-tremor when calling ./configure). |
24 If you don't need vorbis playback, you can add --disable-vorbis to the ./configure args. | 24 If you don't need vorbis playback, you can add --disable-vorbis to the ./configure args. |
25 * X11 is used by default, but you can build OtakuNoRaifu without it. | |
26 Just add --without-x11 to the ./configure arguments. | |
25 | 27 |
26 | 28 |
27 | 29 |
28 How to build: | 30 How to build: |
29 ------------- | 31 ------------- |