From 711448e81765d480ce67c253813d4e93954222ab Mon Sep 17 00:00:00 2001 From: James Booth Date: Wed, 4 Jul 2012 23:20:25 +0100 Subject: [PATCH] Updated README --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7ddf99d0..d772c799 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ Installation Dependencies: ncurses, libstrophe, glib, expat, xml2 and openssl. +Optional Dependencies: libnotify + Libstrophe can be found at: https://github.com/metajack/libstrophe To run unit tests requires head-unit: https://github.com/boothj5/head-unit @@ -16,19 +18,25 @@ All other dependencies should have packages for your distribution. Once depdendencies have been installed, run: + ./bootstrap.sh + ./configure make To build and install in the current directory. +If you wish to install on the system, switch to root, or sudo and: + + make install + Running ------- - ./profanity + profanity Some older jabber servers advertise SSL/TLS support but don't respond to the handshake, if you have trouble connecting, run with the `-notls` option: - ./profanity -notls + profanity -notls Preferences -----------