Code

status_bar: remove the status bar clock (option "display-time")
[ncmpc.git] / INSTALL
1 ncmpc INSTALL
2 =============
4 Requirements
5 ------------
7   * a C99 compliant compiler (e.g. gcc)
8   * libmpdclient 2.9
9   * ncurses (ncursesw for unicode / wide character support)
10   * GLib 2.30
13 Configure and compile
14 ---------------------
16 Download and unpack the source code:
18  tar xjf ncmpc-x.y.z.tar.bz2
19  cd ncmpc-x.y.z
21 Run "./configure" (or "./autogen.sh" if you cloned from git):
23  ./configure
25 The configure option "--help" lists all available compile time
26 options.
28 Compile and install:
30  make
31  sudo make install