aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README17
1 files changed, 8 insertions, 9 deletions
diff --git a/README b/README
index 0d56894d..c35c86e0 100644
--- a/README
+++ b/README
@@ -3,22 +3,22 @@ or run this code, you need to first install the main GNUnet codebase.
3 3
4Then you may need to tell configure where the GNUnet installation is 4Then you may need to tell configure where the GNUnet installation is
5located. The following command will install the GTK interfaces in the 5located. The following command will install the GTK interfaces in the
6$HOME directory. 6$GNUNET_PREFIX/.. directory.
7 7
8$ ./configure --prefix=$HOME --with-gnunet=$GNUNET_PREFIX 8$ export GNUNET_PREFIX=/usr/local/lib # or other directory of your choice
9$ ./configure --prefix=$GNUNET_PREFIX/.. --with-gnunet=$GNUNET_PREFIX/..
9$ make install 10$ make install
10 11
11gnunet-gtk requires GTK 3.0.0 or higher and libgladeui-1 or 12gnunet-gtk requires GTK 3.0.0 or higher and libgladeui-2 (i.e. 3.8 or
12libgladeui-2 (i.e. 3.8 or 3.10). glade-3.8 should be used to edit the 133.10). glade-3.8 should be used to edit the UI.
13UI. 14
14gnunet-conversation-gtk requires GTK3.
15 15
16After installation, you should have the following new programs: 16After installation, you should have the following new programs:
17 17
18* gnunet-setup --- a GUI to configure GNUnet 18* gnunet-setup --- a GUI to configure GNUnet
19* gnunet-gtk (X11-systems only) --- meta-gui 19* gnunet-gtk (X11-systems only) --- meta-gui
20* gnunet-fs-gtk --- a GUI for file-sharing with GNUnet 20* gnunet-fs-gtk --- a GUI for file-sharing with GNUnet
21* gnunet-peerinfo-gtk --- a GUI for inspecting which 21* gnunet-peerinfo-gtk --- a GUI for inspecting which
22 other peers your peer knows about 22 other peers your peer knows about
23* gnunet-namestore-gtk --- edit your GNS zones 23* gnunet-namestore-gtk --- edit your GNS zones
24* gnunet-identity-gtk --- manage your identities/pseudonyms 24* gnunet-identity-gtk --- manage your identities/pseudonyms
@@ -34,4 +34,3 @@ Stay tuned
34* http://mail.gnu.org/mailman/listinfo/gnunet-developers 34* http://mail.gnu.org/mailman/listinfo/gnunet-developers
35* http://mail.gnu.org/mailman/listinfo/help-gnunet 35* http://mail.gnu.org/mailman/listinfo/help-gnunet
36* http://mail.gnu.org/mailman/listinfo/info-gnunet 36* http://mail.gnu.org/mailman/listinfo/info-gnunet
37