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