diff options
Diffstat (limited to 'misc/gtk/readme.txt')
-rw-r--r-- | misc/gtk/readme.txt | 27 |
1 files changed, 13 insertions, 14 deletions
diff --git a/misc/gtk/readme.txt b/misc/gtk/readme.txt index e95fe4d58..4f3691166 100644 --- a/misc/gtk/readme.txt +++ b/misc/gtk/readme.txt @@ -1,19 +1,18 @@ This is an example of how to use Botan in a GUI. You need at least -Botan 1.4.x. +Botan 1.6.0. -You'll also need GTK+ 2.x (tested with GTK+ 2.2 and 2.6). Keep in mind -that I was learning GTK as I was writing this code, so it is not -exactly the best GTK code you're likely to see. +You'll also need GTK+ 2.x (tested with GTK+ 2.10; should work with +most versions). Keep in mind that I was learning GTK as I was writing +this code, so it is not exactly the best GTK code you're likely to +see. -dsa.cpp is the main GTK+ driver. It has some comments at the top which point -out major areas of interest. +dsa.cpp is the main GTK+ driver. It has some comments at the top which +point out major areas of interest. -gtk_ui.* implement a User_Interface object that opens up a GTK+ dialog box that -asks the user for their passphrase. It works pretty well, the only major -deficiency is a fixed upper limit on the size of the passphrase (currently 64). -You may want to use this in your own code, assuming you use GTK. If not, it -should at least provide an outline for writing a version for your favorite -windowing system. - -To build, you'll need to have GNU make, or be willing to compile it by hand. +gtk_ui.* implement a User_Interface object that opens up a GTK+ dialog +box that asks the user for their passphrase. It works pretty well, the +only major deficiency is a fixed upper limit on the size of the +passphrase (currently 64). You may want to use this in your own code, +assuming you use GTK. If not, it should at least provide an outline +for writing a version for your favorite windowing system. |