~ubuntu-branches/ubuntu/oneiric/pidgin-otr/oneiric-security

« back to all changes in this revision

Viewing changes to INSTALL

  • Committer: Bazaar Package Importer
  • Author(s): Thibaut VARENE
  • Date: 2008-07-10 17:34:32 UTC
  • mfrom: (2.1.2 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080710173432-aqx359odj7cp182a
Tags: 3.2.0-2
Make key generation use /dev/urandom (Closes: #489523)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
REQUIREMENTS
2
2
 
3
 
To compile the OTR plugin for gaim, you'll need at least:
 
3
To compile the OTR plugin for pidgin, you'll need at least:
4
4
 - libgpg-error 1.0  [ftp://ftp.gnupg.org/gcrypt/libgpg-error/]
5
5
 - libgcrypt 1.2.0   [ftp://ftp.gnupg.org/gcrypt/libgcrypt/]
6
 
 - libotr 1.99.0     [http://www.cypherpunks.ca/otr/]
7
 
 - glib 2.4          [http://www.gtk.org/download/]
8
 
 - gtk+ 2.4          [http://www.gtk.org/download/]
9
 
 - gaim 1.x          [http://gaim.sourceforge.net/downloads.php]
 
6
 - libotr 3.1.0      [http://otr.cypherpunks.ca/]
 
7
 - glib 2.6          [http://www.gtk.org/download/]
 
8
 - gtk+ 2.6          [http://www.gtk.org/download/]
 
9
 - pidgin 2.x        [http://pidgin.im/]
 
10
 
 
11
You'll also need the usual autotools, such as automake-1.9, autoreconf,
 
12
libtool, intltool, etc.
10
13
 
11
14
If you install these with a package manager, you'll probably need the
12
15
-dev or -devel versions of the packages.
16
19
If you're got a CVS copy, you will need to regenerate the configure
17
20
script using:
18
21
 
 
22
    intltoolize --force --copy
19
23
    autoreconf -s -i
20
24
 
21
25
[If you installed libotr.m4 somewhere that autoreconf can't find it,
36
40
Once the configure script writes a Makefile, you should be able to just
37
41
run "make".
38
42
 
 
43
If you want a plugin that has libgcrypt linked statically, use
 
44
"make -f Makefile.static".  Makefile.static assumes libotr.a and libgcrypt.a
 
45
are available in /usr/lib.  If they're somewhere else, use something like
 
46
"LIBOTRDIR=/usr/local/lib make -f Makefile.static".
 
47
 
39
48
COMPILING (Win32)
40
49
 
41
50
Use the provided Makefile.mingw: