Code

INSTALL: replaced generic instructions
[ncmpc.git] / INSTALL
1 ncmpc INSTALL
2 =============
4 Requirements
5 ------------
7   * ncurses (ncursesw for unicode / wide character support)
8   * glib-2.2 (2.4 for NLS support)
11 Configure and compile
12 ---------------------
14 Download and unpack the source code:
16  tar xjf ncmpc-x.y.z.tar.bz2
17  cd ncmpc-x.y.z
19 Run "./configure" (or "./autogen.sh" if you cloned from git):
21  ./configure
23 The configure option "--help" lists all available compile time
24 options.
26 Compile and install:
28  make
29  sudo make install