Minimal support for cross-compiling
[cmus.git] / README
blobded27acd41afae842280567de5b4124b13cf16d2
2                      CMus - C* Music Player
4                 Copyright 2004-2005 Timo Hirvonen
6 Installation
7 ============
9 Configuration
10 -------------
12   ./configure --help
13   ./configure
15 Before running 'make' verify that all features you want have been
16 configured (see lines after 'Configuration:'). You need to install
17 development versions of the dependencies.
19 For example if you want to use 'mad' input plugin (mp3) you need to
20 install libmad0-dev (Debian) or libmad-devel (RPM) package. After
21 installing dependencies you need to run ./configure again, of course.
23 Building
24 --------
26   make help
27   make
29 Installation
30 ------------
32   make install
35 Documentation
36 =============
38 See $datadir/cmus/doc/cmus.html (e.g. /usr/share/cmus/doc/cmus.html).
41 Known Problems
42 ==============
44 According to the README file included in libmodplug, it should
45 understand following compressed mods:
47     zip:  mdz,  s3z,  xmz,  itz
48     rar:  mdr,  s3r,  xmr,  itr
49     gzip: mdgz, s3gz, xmgz, itgz
51 But I've not been able to play any compressed mods. Uncompressed mods
52 play without problems.
55 Reporting Bugs
56 ==============
58 After a crash send bug report with last lines of /tmp/cmus-debug to
59 tihirvon@gmail.com.  /tmp/cmus-debug file exists only if you configured
60 cmus with maximum debug level (./configure DEBUG=2).
62 Also it would be good to know what distribution/kernel you are using, so
63 please include output of 'uname -a' command in the bug report.