From 516ba0aea75f74ca0a6060f8d75ad717ab7dcfef Mon Sep 17 00:00:00 2001 From: Andreas Kotes Date: Thu, 10 Apr 2014 10:46:58 +0200 Subject: recommend openssl 1.0.1g++ --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index 402826c..9ee3529 100755 --- a/README +++ b/README @@ -11,7 +11,7 @@ cvs -z3 -d:pserver:anoncvs@cvs.erdgeist.org:/home/cvsroot co vchat-client no autoconf yet, sorry. required libs: -openssl (0.9.6+ preferred) +openssl (1.0.1g+ preferred) readline (4.2+ preferred) ncurses (5.2 preferred) -- cgit v1.2.3 From 6119ae5156c3f01576d8bdefb8b861a45be372fb Mon Sep 17 00:00:00 2001 From: Andreas Kotes Date: Thu, 10 Apr 2014 11:02:55 +0200 Subject: update manual pages to point to git --- README | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'README') diff --git a/README b/README index 9ee3529..2a32f88 100755 --- a/README +++ b/README @@ -2,10 +2,9 @@ Hi! this is vchat-client, a GPLed (SSL) client for the vchat protocol. -You can get the most recent version of vchat-client via CVS, e.g: +You can get the most recent version of vchat-client via git, e.g: -cvs -d:pserver:anoncvs@cvs.erdgeist.org:/home/cvsroot login -cvs -z3 -d:pserver:anoncvs@cvs.erdgeist.org:/home/cvsroot co vchat-client +git clone git://erdgeist.org/vchat-client (press return at password prompt) -- cgit v1.2.3