comparison mcabber/INSTALL @ 232:9a6ba4b38e63

[/trunk] Changeset 245 by mikael * Fix backspace handling (KEY_BACKSPACE isn't reliable) * UTF-8 locale detection * Display a warning when the locale is UTF-8 * Display log notice when sending a notification request message * Update TODO * Update INSTALL and mcabberrc.example files for better explanations
author mikael
date Wed, 08 Jun 2005 18:33:28 +0000
parents f381236239a4
children a09bf67d1dfb
comparison
equal deleted inserted replaced
231:193c08454aac 232:9a6ba4b38e63
1 This file contains the generic instructions; the short version is:
2 $ ./configure
3 $ make
4 ... and if you want to install the software:
5 $ make install
6 (If you don't want to install it, the "mcabber" binary lies in
7 the src/ directory after the build procedure)
8
9 MCabber needs ncurses and ncurses development packages to build correctly.
10 If you want SSL support, you will need openssl lib & dev packages as well.
11
12 Please have a look at the README file before launching mcabber.
13
14 Please send me a message (mcabber AT lilotux DOT net) if you have
15 questions, suggestions or even patches...
16
17 Mikael
18
19
1 Installation Instructions 20 Installation Instructions
2 ************************* 21 *************************
3 22
4 Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005 Free 23 Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005 Free
5 Software Foundation, Inc. 24 Software Foundation, Inc.