diff 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
line wrap: on
line diff
--- a/mcabber/INSTALL	Tue Jun 07 19:46:42 2005 +0000
+++ b/mcabber/INSTALL	Wed Jun 08 18:33:28 2005 +0000
@@ -1,3 +1,22 @@
+This file contains the generic instructions; the short version is:
+$ ./configure
+$ make
+... and if you want to install the software:
+$ make install
+(If you don't want to install it, the "mcabber" binary lies in
+the src/ directory after the build procedure)
+
+MCabber needs ncurses and ncurses development packages to build correctly.
+If you want SSL support, you will need openssl lib & dev packages as well.
+
+Please have a look at the README file before launching mcabber.
+
+Please send me a message (mcabber AT lilotux DOT net) if you have
+questions, suggestions or even patches...
+
+Mikael
+
+
 Installation Instructions
 *************************