diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 18 |
1 files changed, 12 insertions, 6 deletions
@@ -1,9 +1,15 @@ | |||
1 | This is the GNUnet GTK user interface. In order | 1 | This is the GNUnet GTK user interface. In order to compile or run |
2 | to compile or run this code, you need to first | 2 | this code, you need to first install the main GNUnet codebase. |
3 | install the main GNUnet codebase. | ||
4 | 3 | ||
5 | GNUnet GTK requires GTK 2.4 or higher. | 4 | Then you may need to tell configure where the GNUnet installation |
5 | is located: | ||
6 | 6 | ||
7 | $ ./configure --prefix=$HOME --with-gnunet=$GNUNET_PREFIX | ||
8 | |||
9 | gnunet-gtk requires GTK 2.6 or higher and libglade 2.5.1 or higher. | ||
10 | glade-2.10 is used to edit the UI. Debian users please note that | ||
11 | these versions are currently only available in experimental (!). | ||
12 | |||
7 | This software is currently alpha quality: | 13 | This 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 | ||
14 | So, please don't expect everything to just work | 20 | So, please don't expect everything to just work and report bugs (or |
15 | and report bugs (or better, send patches :-)). | 21 | better, send patches :-)). |
16 | 22 | ||
17 | 23 | ||
18 | Stay tuned | 24 | Stay tuned |