Mercurial > otakunoraifu
diff 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 |
line wrap: on
line diff
--- a/README +++ b/README @@ -20,8 +20,10 @@ The following dependencies are required * Freetype Other dependences: - * libvorbis or libtremor/libvorbisidec (to use it, specify --enable-tremor when calling ./configure). + * libvorbis or libtremor/libvorbisidec (to use it, specify --with-tremor when calling ./configure). If you don't need vorbis playback, you can add --disable-vorbis to the ./configure args. + * X11 is used by default, but you can build OtakuNoRaifu without it. + Just add --without-x11 to the ./configure arguments.