]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Added information about cvs.
authorNiels Möller <nisse@lysator.liu.se>
Mon, 14 Jan 2002 16:38:32 +0000 (17:38 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Mon, 14 Jan 2002 16:38:32 +0000 (17:38 +0100)
Rev: src/nettle/README:1.5

README

diff --git a/README b/README
index bcd199ebcc9cbd57ac6ed2720ccab87e565c18e9..cff2eec9f9c95dc16582606ab06cd1743d9ece3d 100644 (file)
--- 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>