aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
blob: d76c4e1f1d654cbaec4810804281462d4d48d782 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
ncmpc INSTALL
=============

Requirements
------------

  * ncurses (ncursesw for unicode / wide character support)
  * glib-2.2 (2.4 for NLS support)


Configure and compile
---------------------

Download and unpack the source code:

 tar xjf ncmpc-x.y.z.tar.bz2
 cd ncmpc-x.y.z

Run "./configure" (or "./autogen.sh" if you cloned from git):

 ./configure

The configure option "--help" lists all available compile time
options.

Compile and install:

 make
 sudo make install