gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r26532 - gnunet-update


From: gnunet
Subject: [GNUnet-SVN] r26532 - gnunet-update
Date: Thu, 21 Mar 2013 11:18:02 +0100

Author: harsha
Date: 2013-03-21 11:18:02 +0100 (Thu, 21 Mar 2013)
New Revision: 26532

Modified:
   gnunet-update/README
Log:
- readme

Modified: gnunet-update/README
===================================================================
--- gnunet-update/README        2013-03-21 09:38:17 UTC (rev 26531)
+++ gnunet-update/README        2013-03-21 10:18:02 UTC (rev 26532)
@@ -10,7 +10,46 @@
 Additional documentation about GNUnet can be found at
 https://gnunet.org/.
 
+Modules
+==========
 
+gnunet-update has 3 modules:
+- packager
+- installer
+- updater
+- [?update service?]
+
+The packager module generates a package (install-pack) which is later used by
+the installer and updater modules.  This package is similar to a tarball with
+some meta data containing signatures for verifying package integrity.
+
+The installer modules installs the software from install-packs.  This
+module should be used first to install software before using the updater
+module.
+
+The updater module updates (or downgrades) software installed with the
+installer module to match the software in the given install-pack.
+
+
+Dependencies
+============
+
+gnunet-update needs GNUnet >= 0.9 to build the packager and updater modules.
+This dependency is optional if building only the install module.  However, once
+GNUnet is installed with the install module, it can be used to build packager
+and updater modules.
+
+gnunet-update needs the following autotools for compiling the SVN version:
+- autoconf >= 2.59
+- automake >= 1.11.1
+- libtool  >= 2.2 
+
+
+Installation
+============
+
+See `INSTALL' file for installation instructions.
+
 How does it work?
 =================
 




reply via email to

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