X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=INSTALL;h=c9db17412f68bd1a105a03e1b2940899146705f7;hb=9eba4abfe44617aa78f625d900fe6bc2c58bb4cb;hp=08eac9a0ec8dd4b73ec6e5deaf494d48278d7607;hpb=3b83c93292fbf6c4e859ce513bdf54ad90733f96;p=secnet.git diff --git a/INSTALL b/INSTALL index 08eac9a..c9db174 100644 --- a/INSTALL +++ b/INSTALL @@ -8,7 +8,7 @@ VERSIONS. ** System software support -Ensure that you have libgmp2-dev and adns installed (and bison and +Ensure that you have libgmp3-dev and adns installed (and bison and flex, and for that matter gcc...). [On BSD install /usr/ports/devel/bison] @@ -27,6 +27,10 @@ linux/Documentation/networking/tuntap.txt If you're using TUN/TAP on a platform other than Linux-2.4, see http://vtun.sourceforge.net/tun/ +You will probably be using the supplied `make-secnet-sites' program to +generate your VPN's list of sites as a secnet configuration from a +more-human-writeable form. + ** System and network configuration If you intend to start secnet as root, I suggest you create a userid @@ -109,6 +113,9 @@ If installing for the first time, do # cd /etc/secnet # ssh-keygen -f key -t rsa1 -N "" +(You may need ssh-keygen1, instead, which might be found in +openssh-client-ssh1.) + [On BSD use $ LDFLAGS="-L/usr/local/lib" ./configure $ gmake CFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib"