aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-10-11 04:50:02 +0000
committerChristian Grothoff <christian@grothoff.org>2012-10-11 04:50:02 +0000
commit60e33ab01ef51657fc668266002a7e123828d852 (patch)
tree5f2c47cbff307ee58643a5c00a19c0fe7c783924
parent8acf05794f3473e380e6d144e804bb818d8219ee (diff)
downloadgnunet-60e33ab01ef51657fc668266002a7e123828d852.tar.gz
gnunet-60e33ab01ef51657fc668266002a7e123828d852.zip
-update docu
-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