4 http://onion.dynserv.net/~timo/cmus.html
6 Copyright 2004-2006 Timo Hirvonen <tihirvon@gmail.com>
15 List available optional features
19 Auto-detect everything
23 To disable some feature, arts for example, and install to $HOME run
25 $ ./configure prefix=$HOME CONFIG_ARTS=n
27 After running configure you can see from the generated config.mk file
28 what features have been configured in (see the CONFIG_* options).
30 NOTE: For some distributions you need to install development versions
31 of the dependencies. For example if you want to use 'mad' input plugin
32 (mp3) you need to install libmad0-dev (Debian) or libmad-devel (RPM)
33 package. After installing dependencies you need to run ./configure
36 If you want to use the Tremor library as alternative for decoding
37 Ogg/Vorbis files you have to pass CONFIG_TREMOR=y to the configure
40 $ ./configure CONFIG_VORBIS=y CONFIG_TREMOR=y
42 The Tremor library is supposed to be used on hardware that has no FPU.
49 Or on some BSD systems you need to explicitly use GNU make:
58 Or to install to a temporary directory:
60 $ make install DESTDIR=/tmp/cmus
62 This is useful when creating binary packages.
64 Remember to replace 'make' with 'gmake' if needed.
70 To subscribe to cmus-devel@lists.sourceforge.net visit
72 http://lists.sourceforge.net/lists/listinfo/cmus-devel
74 The list is open (you can post to the list without subscribing).
80 After a crash send bug report with last lines of /tmp/cmus-debug (or
81 $TMPDIR/cmus-debug) to cmus-devel@lists.sourceforge.net. The file
82 exists only if you configured cmus with maximum debug level
83 (./configure DEBUG=2).