gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r24260 - gnunet


From: gnunet
Subject: [GNUnet-SVN] r24260 - gnunet
Date: Thu, 11 Oct 2012 06:50:02 +0200

Author: grothoff
Date: 2012-10-11 06:50:02 +0200 (Thu, 11 Oct 2012)
New Revision: 24260

Modified:
   gnunet/README
Log:
-update docu

Modified: gnunet/README
===================================================================
--- gnunet/README       2012-10-10 21:31:53 UTC (rev 24259)
+++ gnunet/README       2012-10-11 04:50:02 UTC (rev 24260)
@@ -71,13 +71,20 @@
 actual GNUnet compilation and installation process with:
 
 $ export GNUNET_PREFIX=/usr/local # or other directory of your choice
-$ addgroup gnunetdns
-$ adduser gnunet gnunet
-$ ./configure --prefix=$GNUNET_PREFIX --with-extractor=$LE_PREFIX
+# addgroup gnunetdns
+# adduser gnunet gnunet
+# ./configure --prefix=$GNUNET_PREFIX --with-extractor=$LE_PREFIX
 $ make
 # make install
 # sudo -u gnunet gnunet-arm -s
 
+Note that running the 'configure' and 'make install' steps as
+root (or with sudo) is required as some parts of the installation
+require the creation of SUID binaries.  The installation will
+work if you do not run these steps as root, but some components
+may not be installed in the perfect place or with the right
+permissions and thus won't work.
+
 This will create the users and groups needed for running GNUnet
 securely and then compile and install GNUnet to $GNUNET_PREFIX/bin/,
 $GNUNET_PREFIX/lib/ and $GNUNET_PREFIX/share/ and start the system




reply via email to

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