diff options
author | Christian Grothoff <christian@grothoff.org> | 2011-11-02 15:37:42 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2011-11-02 15:37:42 +0000 |
commit | d825f9ccd99b0b74278c8773ee6fba2d7974a1a9 (patch) | |
tree | 27d57109b43fc3f090be810a30901307e106cfda /README | |
parent | 9c3523a5786f8e961edf791eb9c2c6cc2149a60c (diff) |
fixing #1820
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -84,6 +84,13 @@ configuration file slightly so that data can be stored in "/var/lib/gnunet"; you may also want to use "/etc/gnunet.conf" for the location of the configuration file in this case. +You can avoid running 'make install' as root if you run configure +with the "--with-sudo=yes" option and have extensive sudo rights +(can run chmod +s and chown via sudo). If you run 'make install' +as a normal user without sudo rights (or the configure option), +certain binaries that require additional priviledges will not be +installed properly (and NAT traversal, WLAN and VPN will not work). + Note that additional, per-user configuration files (~/.gnunet/gnunet.conf) need to be created by each user (for example, by running gnunet-setup). Note that gnunet-setup is a separate |