Codebase list gnunet-gtk / HEAD
HEAD

Tree @HEAD (Download .tar.gz)

This package includes GTK interfaces to GNUnet.  The code is
released under the GNU General Public License (v3 or later).
See COPYING for details.


Installation
============

For generic installation instructions, see INSTALL.

In order to compile or run this code, you need to first install the
main GNUnet codebase.

Then you may need to tell configure where the GNUnet installation is
located.  The following command will install the GTK interfaces in the
$GNUNET_PREFIX/.. directory.

$ 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.22.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-fs-gtk --- a GUI for file-sharing with GNUnet
* 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
* gnunet-statistics-gtk --- visualize GNUnet statistics
* gnunet-conversation-gtk --- talk with other users


Stay tuned
==========

* http://www.gnu.org/software/gnunet/
* https://gnunet.org/
* https://bugs.gnunet.org/
* http://mail.gnu.org/mailman/listinfo/gnunet-developers
* http://mail.gnu.org/mailman/listinfo/help-gnunet
* http://mail.gnu.org/mailman/listinfo/info-gnunet