summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2012-05-16 16:53:33 +0200
committermathieui <mathieui@mathieui.net>2012-05-16 16:53:33 +0200
commit1263b9be835868367d44fe442346dfc0e57c3261 (patch)
treef13adbe110ec2228cd2cefbd6fe31a7c7f4d7a64 /doc
parentc04f0e97837dfc0c73defa3aaeada5c3848e2c59 (diff)
downloadpoezio-1263b9be835868367d44fe442346dfc0e57c3261.tar.gz
poezio-1263b9be835868367d44fe442346dfc0e57c3261.tar.bz2
poezio-1263b9be835868367d44fe442346dfc0e57c3261.tar.xz
poezio-1263b9be835868367d44fe442346dfc0e57c3261.zip
Update the OTR documentation
Diffstat (limited to 'doc')
-rw-r--r--doc/en/plugins/otr.txt36
1 files changed, 20 insertions, 16 deletions
diff --git a/doc/en/plugins/otr.txt b/doc/en/plugins/otr.txt
index 26a6ed4e..533f6b4b 100644
--- a/doc/en/plugins/otr.txt
+++ b/doc/en/plugins/otr.txt
@@ -37,41 +37,45 @@ If not, then you will have to install it by hand.
First, clone the repo and go inside the created directory:
==============================================
+[source,bash]
+-------------
+git clone https://github.com/teisenbe/libopenotr.git
- git clone https://git.teisen.be/repo/libopenotr.git
-
- cd libopenotr
-
+cd libopenotr
+-------------
==============================================
then run autogen.sh and configure
============
+[source,bash]
+-------------
+sh autogen.sh
- sh autogen.sh
-
- ./configure --enable-gaping-security-hole
-
+./configure --enable-gaping-security-hole
+-------------
============
Then compile & install the lib:
============
+[source,bash]
+-------------
+make
- make
-
- sudo make install
-
+sudo make install
+-------------
============
Finally, install the python module:
=============================
+[source,bash]
+-------------
+python3 setup.py build
- python3 setup.py build
-
- sudo python3 setup.py install
-
+sudo python3 setup.py install
+-------------
=============================