summaryrefslogtreecommitdiff
path: root/plugins/MirOTR/libotr/read/INSTALL
diff options
context:
space:
mode:
authorRené Schümann <white06tiger@gmail.com>2015-03-26 20:38:11 +0000
committerRené Schümann <white06tiger@gmail.com>2015-03-26 20:38:11 +0000
commit1f7e069bda342dff43e2224060f10fcb098ea62a (patch)
treea12ec12d646a4e3a7c97e062a3c8aa7730e4f6d4 /plugins/MirOTR/libotr/read/INSTALL
parent52c68e0b3cf78f578da1754fbd6589d1936804f9 (diff)
MirOTR: major update to latest libotr 4, with OTR protocol 3 (backwards compatible to 2 and 1, 1 is disabled by default)
NOTE: doesn't build yet, just new libotr without required changes to MirOTR itself git-svn-id: http://svn.miranda-ng.org/main/trunk@12502 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirOTR/libotr/read/INSTALL')
-rw-r--r--plugins/MirOTR/libotr/read/INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/MirOTR/libotr/read/INSTALL b/plugins/MirOTR/libotr/read/INSTALL
index 9a7a433d6d..4226b2f44d 100644
--- a/plugins/MirOTR/libotr/read/INSTALL
+++ b/plugins/MirOTR/libotr/read/INSTALL
@@ -18,7 +18,7 @@ COMPILING
If you're got a CVS copy, you will need to regenerate the configure
script using:
- autoreconf -s -i
+ ./bootstrap
Once you have the configure script (which comes with the source
deistribution), run it with the "--with-pic" option, as well as any
@@ -32,7 +32,7 @@ NETBSD:
./configure --with-pic --prefix=/usr/pkg
mingw cross-compiler from Debian Linux:
- ./configure --with-pic --build=`./config.guess` --host=i586-mingw32msvc \
+ ./configure --with-pic --host=i586-mingw32msvc \
--prefix=/usr/i586-mingw32msvc
Once the configure script writes a Makefile, you should be able to just