~logan/ubuntu/trusty/pinentry/0.8.3-1ubuntu1

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Peter Eisentraut
  • Date: 2005-01-27 19:10:07 UTC
  • mfrom: (1.1.1 upstream) (2.1.1 hoary)
  • Revision ID: james.westby@ubuntu.com-20050127191007-83ptn4mcw63mu085
Tags: 0.7.2-1
* New upstream release
* Added new -gtk2 flavor.
* Build dependencies revised accordingly.
* Added more copyright holders to debian/copyright.
* Removed compatibility symlinks.
* Converted to CDBS.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
is automatically detected which modules can be built, but it can also
10
10
be requested explicitely.
11
11
 
12
 
GUI     OPTION                   DEPENDENCIES
13
 
Curses  --enable-pinentry-curses Curses library, for example ncurses
14
 
GTK+    --enable-pinentry-gtk    Gimp Toolkit Library, eg libgtk and libglib
15
 
Qt      --enable-pinentry-qt     Qt, eg libqt-mt
 
12
GUI             OPTION                   DEPENDENCIES
 
13
Curses          --enable-pinentry-curses Curses library, for example ncurses
 
14
GTK+ V1.2       --enable-pinentry-gtk    Gimp Toolkit Library Version 1.2
 
15
                                         eg. libgtk-1.2 and libglib-1.2
 
16
GTK+ V2.0       --enable-pinentry-gtk2   Gimp Toolkit Library, Version 2.0
 
17
                                         eg. libgtk-x11-2.0 and libglib-2.0
 
18
Qt              --enable-pinentry-qt     Qt, eg. libqt or libqt-mt
16
19
 
17
 
The GTK+ and Qt pinentry can fall back to the curses mode.  The option
18
 
to enable this is --enable-fallback-curses, but this is also detected
19
 
automatically in the same way --enable-pinentry-curses is.  The
20
 
fallback to curses also works if --disable-pinentry-curses is
 
20
The GTK+ and Qt pinentries can fall back to the curses mode.  The
 
21
option to enable this is --enable-fallback-curses, but this is also
 
22
detected automatically in the same way --enable-pinentry-curses is.
 
23
The fallback to curses also works if --disable-pinentry-curses is
21
24
specified.  So to disable linking to curses completely you have to
22
25
pass --disable-fallback-curses to the configure script as well.
23
26
 
24
27
Examples:
25
 
* To only build the GTK+ pinentry with curses support:
 
28
* To only build the GTK+ 1.2 pinentry with curses support:
26
29
./configure --enable-pinentry-gtk --enable-fallback-curses \
27
30
        --disable-pinentry-curses --disable-pinentry-qt
28
31