diff options
Diffstat (limited to 'qnetchess/README')
-rw-r--r-- | qnetchess/README | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/qnetchess/README b/qnetchess/README new file mode 100644 index 00000000..5c982c71 --- /dev/null +++ b/qnetchess/README @@ -0,0 +1,22 @@ +Network Chess Game +~~~~~~~~~~~~~~~~~~ + +This software is distributed under GNU GPL. +Use it at own risk. NO WARRANTY. + +To compile the game you need Qt library version 3.2 or newer. +Also you need to set QTDIR environvent variable. +Read Qt manual for more info. +Then just type make -f Makefile.gnu and wait for a few time. +If you use FreeBSD you may type Makefile.FreeBSD. + + +The game uses TCP port 1345, you may change it at gamesocket.h + + +Maybe I'll write HTTP-proxy support... maybe! + +Denis, Tambov +(aka denk@RusNet) + +2005/29/01 |