aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-15 14:25:06 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-15 14:25:06 +0000
commitb25e98e130524fe9f82884724e16d84db8139578 (patch)
tree5f2d72c44d41006c86951e48c8d74adb804113cb
parentf00bbaf3c14127486e76e7ff324f36b65ceff5c2 (diff)
downloadgnunet-gtk-b25e98e130524fe9f82884724e16d84db8139578.tar.gz
gnunet-gtk-b25e98e130524fe9f82884724e16d84db8139578.zip
updates
-rw-r--r--README21
-rw-r--r--configure.ac3
2 files changed, 16 insertions, 8 deletions
diff --git a/README b/README
index bdf5d1e0..157b7ae9 100644
--- a/README
+++ b/README
@@ -1,16 +1,23 @@
1This is the GNUnet GTK user interface. In order to compile or run 1This package includes GTK interfaces to GNUnet. In order to compile
2this code, you need to first install the main GNUnet codebase. 2or 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 4Then you may need to tell configure where the GNUnet installation is
5is located. The following command will install gnunet-gtk in the 5located. The following command will install the GTK interfaces in the
6$HOME directory. 6$HOME directory.
7 7
8$ ./configure --prefix=$HOME --with-gnunet=$GNUNET_PREFIX 8$ ./configure --prefix=$HOME --with-gnunet=$GNUNET_PREFIX
9$ make install 9$ make install
10 10
11gnunet-gtk requires GTK 2.6.30 or higher and libgladeui-2 (i.e. 3.10 11gnunet-gtk requires GTK 2.6.30 or higher and libgladeui-1 or
12or higher). glade-3.10 is used to edit the UI, but some manual 12libgladeui-2 (i.e. 3.8 or 3.10). glade-3.8 should be used to edit the
13edits to the XML may then be required to make it work with Gtk 2.x. 13UI.
14
15
16After installation, you should have the following new programs:
17
18* gnunet-setup --- a GUI to configure GNUnet
19* gnunet-fs-gtk --- a GUI for file-sharing with GNUnet
20
14 21
15 22
16Stay tuned 23Stay tuned
diff --git a/configure.ac b/configure.ac
index 42b40fe1..ecadd6bf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -341,5 +341,6 @@ src/setup/Makefile
341pixmaps/Makefile 341pixmaps/Makefile
342po/Makefile.in 342po/Makefile.in
343po/Makefile 343po/Makefile
344gnunet-gtk.desktop 344gnunet-fs-gtk.desktop
345gnunet-setup.desktop
345]) 346])