Add some info about install with setup.py (to install in home), add note about file qweechat.conf
This commit is contained in:
parent
085098a963
commit
0f8fb1e450
19
INSTALL
19
INSTALL
@ -11,9 +11,11 @@ Run without install
|
|||||||
|
|
||||||
Extract files from archive and run qweechat.py:
|
Extract files from archive and run qweechat.py:
|
||||||
|
|
||||||
|
----------------------------------------
|
||||||
$ tar xvzf qweechat-x.y.tar.gz
|
$ tar xvzf qweechat-x.y.tar.gz
|
||||||
$ cd qweechat-x.y
|
$ cd qweechat-x.y
|
||||||
$ python src/qweechat/qweechat.py
|
$ python src/qweechat/qweechat.py
|
||||||
|
----------------------------------------
|
||||||
|
|
||||||
|
|
||||||
Run with install
|
Run with install
|
||||||
@ -21,9 +23,22 @@ Run with install
|
|||||||
|
|
||||||
Extract files from archive and install using script 'setup.py':
|
Extract files from archive and install using script 'setup.py':
|
||||||
|
|
||||||
|
----------------------------------------
|
||||||
$ tar xvzf qweechat-x.y.tar.gz
|
$ tar xvzf qweechat-x.y.tar.gz
|
||||||
$ cd qweechat-x.y
|
$ cd qweechat-x.y
|
||||||
$ python setup.py install
|
----------------------------------------
|
||||||
|
|
||||||
|
To install in your home:
|
||||||
|
|
||||||
|
----------------------------------------
|
||||||
|
$ python setup.py install --home=~/qweechat
|
||||||
|
----------------------------------------
|
||||||
|
|
||||||
|
To install in system directories (as root):
|
||||||
|
|
||||||
|
----------------------------------------
|
||||||
|
# python setup.py install
|
||||||
|
----------------------------------------
|
||||||
|
|
||||||
|
|
||||||
WeeChat setup
|
WeeChat setup
|
||||||
@ -46,5 +61,7 @@ In QWeeChat, click on connect and enter fields:
|
|||||||
* 'port': the relay port (defined in WeeeChat)
|
* 'port': the relay port (defined in WeeeChat)
|
||||||
* 'password': the relay password (defined in WeeChat)
|
* 'password': the relay password (defined in WeeChat)
|
||||||
|
|
||||||
|
Options can be changed in file '~/.qweechat/qweechat.conf'.
|
||||||
|
|
||||||
|
|
||||||
See AUTHORS for support, feel free to contact us for any problem.
|
See AUTHORS for support, feel free to contact us for any problem.
|
||||||
|
Loading…
Reference in New Issue
Block a user