aboutsummaryrefslogtreecommitdiffstats
path: root/misc/gtk
diff options
context:
space:
mode:
authorlloyd <[email protected]>2006-06-03 06:05:21 +0000
committerlloyd <[email protected]>2006-06-03 06:05:21 +0000
commit6f75c2fe6e536c0192f3acb00c84edbc762127da (patch)
tree8b6bff4d7c2e822b5d5324033a8a19fd142bb66e /misc/gtk
parent7f60cc296a2c58febcaa8f6b5f20fa4f6cba8460 (diff)
Update the GTK+ example readme file
Diffstat (limited to 'misc/gtk')
-rw-r--r--misc/gtk/readme.txt13
1 files changed, 5 insertions, 8 deletions
diff --git a/misc/gtk/readme.txt b/misc/gtk/readme.txt
index 1f20732b6..e95fe4d58 100644
--- a/misc/gtk/readme.txt
+++ b/misc/gtk/readme.txt
@@ -1,10 +1,10 @@
-This is an example of how to use Botan in a GUI. You need at least Botan 1.3.8,
-and I would recommend 1.4.2.
+This is an example of how to use Botan in a GUI. You need at least
+Botan 1.4.x.
-You'll also need GTK+ 2.x (I'm using 2.2, but AFAIK not any 2.2-specific
-functionality). Keep in mind that I was learning GTK as I was writing this, so
-it's not exactly the best GTK code you're likely to see.
+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.
dsa.cpp is the main GTK+ driver. It has some comments at the top which point
out major areas of interest.
@@ -17,6 +17,3 @@ 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.
-Just go get gmake, enough real stuff needs it anyway.
-
-Jack