aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README18
1 files changed, 12 insertions, 6 deletions
diff --git a/README b/README
index 62c21418..2f1416c8 100644
--- a/README
+++ b/README
@@ -1,9 +1,15 @@
1This is the GNUnet GTK user interface. In order 1This is the GNUnet GTK user interface. In order to compile or run
2to compile or run this code, you need to first 2this code, you need to first install the main GNUnet codebase.
3install the main GNUnet codebase.
4 3
5GNUnet GTK requires GTK 2.4 or higher. 4Then you may need to tell configure where the GNUnet installation
5is located:
6 6
7$ ./configure --prefix=$HOME --with-gnunet=$GNUNET_PREFIX
8
9gnunet-gtk requires GTK 2.6 or higher and libglade 2.5.1 or higher.
10glade-2.10 is used to edit the UI. Debian users please note that
11these versions are currently only available in experimental (!).
12
7This software is currently alpha quality: 13This software is currently alpha quality:
8* we're using glade for the first time 14* we're using glade for the first time
9* we're shipping gnunet-gtk seperately from GNUnet 15* we're shipping gnunet-gtk seperately from GNUnet
@@ -11,8 +17,8 @@ This software is currently alpha quality:
11* the UI code was largely rewritten 17* the UI code was largely rewritten
12* the GNUnet core was largely rewritten 18* the GNUnet core was largely rewritten
13 19
14So, please don't expect everything to just work 20So, please don't expect everything to just work and report bugs (or
15and report bugs (or better, send patches :-)). 21better, send patches :-)).
16 22
17 23
18Stay tuned 24Stay tuned