mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-08-01 06:36:21 +00:00
Updated README
This commit is contained in:
12
README.md
12
README.md
@@ -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
|
||||||
-----------
|
-----------
|
||||||
|
|||||||
Reference in New Issue
Block a user