diff options
Diffstat (limited to 'README')
-rwxr-xr-x | README | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -2,16 +2,15 @@ Hi! | |||
2 | 2 | ||
3 | this is vchat-client, a GPLed (SSL) client for the vchat protocol. | 3 | this is vchat-client, a GPLed (SSL) client for the vchat protocol. |
4 | 4 | ||
5 | You can get the most recent version of vchat-client via CVS, e.g: | 5 | You can get the most recent version of vchat-client via git, e.g: |
6 | 6 | ||
7 | cvs -d:pserver:anoncvs@cvs.erdgeist.org:/home/cvsroot login | 7 | git clone git://erdgeist.org/vchat-client |
8 | cvs -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 | ||
12 | no autoconf yet, sorry. required libs: | 11 | no autoconf yet, sorry. required libs: |
13 | 12 | ||
14 | openssl (0.9.6+ preferred) | 13 | openssl (1.0.1g+ preferred) |
15 | readline (4.2+ preferred) | 14 | readline (4.2+ preferred) |
16 | ncurses (5.2 preferred) | 15 | ncurses (5.2 preferred) |
17 | 16 | ||