From 4573bae89ea94112082de27f8075884443de9912 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Mon, 14 Jan 2002 17:38:32 +0100 Subject: [PATCH] Added information about cvs. Rev: src/nettle/README:1.5 --- README | 10 ++++++++++ 1 file changed, 10 insertions(+) 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> -- GitLab