1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-11-03 19:37:16 -05:00

Updated README

This commit is contained in:
James Booth 2012-07-04 23:20:25 +01:00
parent 86ac2581e2
commit 711448e817

View File

@ -8,6 +8,8 @@ Installation
Dependencies: ncurses, libstrophe, glib, expat, xml2 and openssl. Dependencies: ncurses, libstrophe, glib, expat, xml2 and openssl.
Optional Dependencies: libnotify
Libstrophe can be found at: https://github.com/metajack/libstrophe Libstrophe can be found at: https://github.com/metajack/libstrophe
To run unit tests requires head-unit: https://github.com/boothj5/head-unit 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: Once depdendencies have been installed, run:
./bootstrap.sh
./configure
make make
To build and install in the current directory. 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 Running
------- -------
./profanity profanity
Some older jabber servers advertise SSL/TLS support but don't respond to the handshake, 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: if you have trouble connecting, run with the `-notls` option:
./profanity -notls profanity -notls
Preferences Preferences
----------- -----------