summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2002-01-14 17:38:32 +0100
committerNiels Möller <nisse@lysator.liu.se>2002-01-14 17:38:32 +0100
commit4573bae89ea94112082de27f8075884443de9912 (patch)
tree4e0b3f60ba2c53a0292d65d0d17b69d3404241f9 /README
parentc05e2482bf89be2757cc83124967444d2cea1815 (diff)
downloadnettle-4573bae89ea94112082de27f8075884443de9912.tar.gz
Added information about cvs.
Rev: src/nettle/README:1.5
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 10 insertions, 0 deletions
diff --git a/README b/README
index bcd199eb..cff2eec9 100644
--- a/README
+++ b/README
@@ -35,5 +35,15 @@ Build nettle with the usual ./configure && make && make check && make
install. Read the manual. Mail me if you have any questions or
suggestions.
+You can also build Nettle from cvs, using
+
+ cvs -d :pserver:anonymous@cvs.lysator.liu.se:/cvsroot/lsh login
+ [ empty password ]
+ cvs -d :pserver:anonymous@cvs.lysator.liu.se:/cvsroot/lsh co nettle
+
+If you get it from cvs, you need to build it with
+
+ ./.bootstrap && ./configure && make && make check
+
Happy hacking,
/Niels Möller <nisse@lysator.liu.se>