blob: d76c4e1f1d654cbaec4810804281462d4d48d782 (
plain) (
tree)
|
|
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
|