diff options
author | Christian Pointner <equinox@anytun.org> | 2009-02-28 11:10:34 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2009-02-28 11:10:34 +0000 |
commit | 5a6386e71359d324eb9b3b458f3e923c2332ca0b (patch) | |
tree | 0ce089deff4179d01e360f6887fa1c4ef90e7a2b /README | |
parent | updated man page (diff) |
added install info to README
Diffstat (limited to 'README')
-rw-r--r-- | README | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -62,3 +62,22 @@ Notes: because openssl had no SHA256 implementation prior to this version - on OpenBSD you have to use gmake instead of make + + +Installing +---------- + +# sudo make install + +This will install anytun under the $PREFIX defined with configure + +Uninstalling +------------ + +# sudo make remove + +This removes everytthing except for the config files + +# sudo make purge + +This also removes config files |