Code

INSTALL: mention C99 compiler requirements
[ncmpc.git] / INSTALL
1 ncmpc INSTALL
2 =============
4 Requirements
5 ------------
7   * a C99 compliant compiler (e.g. gcc)
8   * ncurses (ncursesw for unicode / wide character support)
9   * glib-2.2 (2.4 for NLS support)
12 Configure and compile
13 ---------------------
15 Download and unpack the source code:
17  tar xjf ncmpc-x.y.z.tar.bz2
18  cd ncmpc-x.y.z
20 Run "./configure" (or "./autogen.sh" if you cloned from git):
22  ./configure
24 The configure option "--help" lists all available compile time
25 options.
27 Compile and install:
29  make
30  sudo make install