aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
blob: 99af54f0d23365bb89f6732119b96ae853b66b57 (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
30
ncmpc INSTALL
=============

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

  * a C99 compliant compiler (e.g. gcc)
  * 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