diff options
author | erdgeist <de@gsmk.de> | 2014-04-15 14:42:24 +0200 |
---|---|---|
committer | erdgeist <de@gsmk.de> | 2014-04-15 14:42:24 +0200 |
commit | 66a81e9382c8503a48db8f82aeb59b6c612c4964 (patch) | |
tree | 78c9d53aa810154d5ef0f9215d86357b364c2643 /README | |
parent | 7e81cd818c751e0f75b2c637e37356485e1e71ef (diff) | |
parent | 19375e6c61bfe3bf643786b0e7318c528e4b22a0 (diff) |
Display cipher list, thanks to count
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 | ||