summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rwxr-xr-xREADME7
1 files changed, 3 insertions, 4 deletions
diff --git a/README b/README
index 402826c..2a32f88 100755
--- a/README
+++ b/README
@@ -2,16 +2,15 @@ Hi!
2 2
3this is vchat-client, a GPLed (SSL) client for the vchat protocol. 3this is vchat-client, a GPLed (SSL) client for the vchat protocol.
4 4
5You can get the most recent version of vchat-client via CVS, e.g: 5You can get the most recent version of vchat-client via git, e.g:
6 6
7cvs -d:pserver:anoncvs@cvs.erdgeist.org:/home/cvsroot login 7git clone git://erdgeist.org/vchat-client
8cvs -z3 -d:pserver:anoncvs@cvs.erdgeist.org:/home/cvsroot co vchat-client
9 8
10(press return at password prompt) 9(press return at password prompt)
11 10
12no autoconf yet, sorry. required libs: 11no autoconf yet, sorry. required libs:
13 12
14openssl (0.9.6+ preferred) 13openssl (1.0.1g+ preferred)
15readline (4.2+ preferred) 14readline (4.2+ preferred)
16ncurses (5.2 preferred) 15ncurses (5.2 preferred)
17 16