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:
parent
86ac2581e2
commit
711448e817
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
|
||||||
-----------
|
-----------
|
||||||
|
Loading…
Reference in New Issue
Block a user