aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README13
1 files changed, 10 insertions, 3 deletions
diff --git a/README b/README
index 412867037..6d6697734 100644
--- a/README
+++ b/README
@@ -71,13 +71,20 @@ http://www.gnu.org/software/libmicrohttpd/). Then you can start the
71actual GNUnet compilation and installation process with: 71actual GNUnet compilation and installation process with:
72 72
73$ export GNUNET_PREFIX=/usr/local # or other directory of your choice 73$ export GNUNET_PREFIX=/usr/local # or other directory of your choice
74$ addgroup gnunetdns 74# addgroup gnunetdns
75$ adduser gnunet gnunet 75# adduser gnunet gnunet
76$ ./configure --prefix=$GNUNET_PREFIX --with-extractor=$LE_PREFIX 76# ./configure --prefix=$GNUNET_PREFIX --with-extractor=$LE_PREFIX
77$ make 77$ make
78# make install 78# make install
79# sudo -u gnunet gnunet-arm -s 79# sudo -u gnunet gnunet-arm -s
80 80
81Note that running the 'configure' and 'make install' steps as
82root (or with sudo) is required as some parts of the installation
83require the creation of SUID binaries. The installation will
84work if you do not run these steps as root, but some components
85may not be installed in the perfect place or with the right
86permissions and thus won't work.
87
81This will create the users and groups needed for running GNUnet 88This will create the users and groups needed for running GNUnet
82securely and then compile and install GNUnet to $GNUNET_PREFIX/bin/, 89securely and then compile and install GNUnet to $GNUNET_PREFIX/bin/,
83$GNUNET_PREFIX/lib/ and $GNUNET_PREFIX/share/ and start the system 90$GNUNET_PREFIX/lib/ and $GNUNET_PREFIX/share/ and start the system