gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r37221 - in gnunet-gtk: . src/conversation


From: gnunet
Subject: [GNUnet-SVN] r37221 - in gnunet-gtk: . src/conversation
Date: Wed, 1 Jun 2016 19:01:19 +0200

Author: grothoff
Date: 2016-06-01 19:01:19 +0200 (Wed, 01 Jun 2016)
New Revision: 37221

Modified:
   gnunet-gtk/README
   gnunet-gtk/src/conversation/gnunet-conversation-gtk.c
Log:
fix #4241

Modified: gnunet-gtk/README
===================================================================
--- gnunet-gtk/README   2016-05-31 17:00:55 UTC (rev 37220)
+++ gnunet-gtk/README   2016-06-01 17:01:19 UTC (rev 37221)
@@ -3,22 +3,22 @@
 
 Then you may need to tell configure where the GNUnet installation is
 located.  The following command will install the GTK interfaces in the
-$HOME directory.
+$GNUNET_PREFIX/.. directory.
 
-$ ./configure --prefix=$HOME --with-gnunet=$GNUNET_PREFIX
+$ export GNUNET_PREFIX=/usr/local/lib # or other directory of your choice
+$ ./configure --prefix=$GNUNET_PREFIX/.. --with-gnunet=$GNUNET_PREFIX/..
 $ make install
 
-gnunet-gtk requires GTK 3.0.0 or higher and libgladeui-1 or
-libgladeui-2 (i.e. 3.8 or 3.10).  glade-3.8 should be used to edit the
-UI.
-gnunet-conversation-gtk requires GTK3.
+gnunet-gtk requires GTK 3.0.0 or higher and libgladeui-2 (i.e. 3.8 or
+3.10).  glade-3.8 should be used to edit the UI.
 
+
 After installation, you should have the following new programs:
 
 * gnunet-setup --- a GUI to configure GNUnet
-* gnunet-gtk (X11-systems only) --- meta-gui 
+* gnunet-gtk (X11-systems only) --- meta-gui
 * gnunet-fs-gtk --- a GUI for file-sharing with GNUnet
-* gnunet-peerinfo-gtk --- a GUI for inspecting which 
+* gnunet-peerinfo-gtk --- a GUI for inspecting which
                           other peers your peer knows about
 * gnunet-namestore-gtk --- edit your GNS zones
 * gnunet-identity-gtk --- manage your identities/pseudonyms
@@ -34,4 +34,3 @@
 * http://mail.gnu.org/mailman/listinfo/gnunet-developers
 * http://mail.gnu.org/mailman/listinfo/help-gnunet
 * http://mail.gnu.org/mailman/listinfo/info-gnunet
-

Modified: gnunet-gtk/src/conversation/gnunet-conversation-gtk.c
===================================================================
--- gnunet-gtk/src/conversation/gnunet-conversation-gtk.c       2016-05-31 
17:00:55 UTC (rev 37220)
+++ gnunet-gtk/src/conversation/gnunet-conversation-gtk.c       2016-06-01 
17:01:19 UTC (rev 37221)
@@ -155,7 +155,7 @@
  * @param cls NULL
  */
 static void
-run (void *cls)
+run (void *cl)s
 {
   GtkWidget *main_window;
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]