comparison mcabber/INSTALL @ 1668:41c26b7d2890

Install mcabber headers * Change mcabber headers naming scheme * Move 'src/' -> 'mcabber/' * Add missing include <mcabber/config.h>'s * Create and install clean config.h version in 'include/' * Move "dirty" config.h version to 'mcabber/' * Add $(top_srcdir) to compiler include path * Update modules HOWTO
author Myhailo Danylenko <isbear@ukrpost.net>
date Mon, 18 Jan 2010 15:36:19 +0200
parents 52b63087f421
children cce89772ea94
comparison
equal deleted inserted replaced
1667:8af0e0ad20ad 1668:41c26b7d2890
2 $ ./configure 2 $ ./configure
3 $ make 3 $ make
4 ... and if you want to install the software: 4 ... and if you want to install the software:
5 $ make install 5 $ make install
6 (If you don't want to install it, the "mcabber" binary lies in 6 (If you don't want to install it, the "mcabber" binary lies in
7 the src/ directory after the build procedure) 7 the mcabber/ directory after the build procedure)
8 8
9 You will need the Loudmouth library, version >= 1.4.3 is recommended. 9 You will need the Loudmouth library, version >= 1.4.3 is recommended.
10 10
11 MCabber needs ncurses and ncurses development packages to build correctly. 11 MCabber needs ncurses and ncurses development packages to build correctly.
12 For UTF-8 terminal support, use ncursesw instead. 12 For UTF-8 terminal support, use ncursesw instead.