diff options
Diffstat (limited to 'README')
| -rw-r--r-- | README | 58 |
1 files changed, 40 insertions, 18 deletions
@@ -1,7 +1,8 @@ -yChat++ Basic; Homepage: www.yChat.org; Version 0.5.1 -Copyright (C) 2003 Paul C. Buetow, Volker Richter ------------------------------------------------------------------ +yChat; Homepage: www.yChat.org; Version 0.5.6-BASIC +Copyright (C) 2003, 2004 Paul C. Buetow, Volker Richter +Copyright (C) 2005 EXA Digital Solutions GbR +----------------------------------------------------------------- This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 @@ -18,11 +19,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. ----------------------------------------------------------------- -0.0.0 YCHAT++ BASIC TABLE OF CONTENTS +0.0.0 BASIC YCHAT 0.5 TABLE OF CONTENTS 1.0.0 REQUIREMENTS 1.1.0 TESTED PLATFORMS 1.2.0 IMPORTANT NOTES -1.3.0 HOW TO OBTAIN YCHAT++ +1.3.0 HOW TO OBTAIN YCHAT 1.3.1 INSTALLATION 1.5.0 CUSTOMIZATION 1.6.0 FILES @@ -31,7 +32,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 1.0.0 REQUIREMENTS: -- gcc 3.2 +- gcc 3.x The GNU C++ compiler. 1.1.0 TESTED PLATFORMS: @@ -39,29 +40,43 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. The following platforms have been tested with success: - Linux with GCC 3.2.0, GNU make 3.79.1 -- FreeBSD 5.1-RELEASE-p2, GCC 3.2.2, GNU make 3.80 ( standard make does not seem work on FreeBSD ). +- FreeBSD 5.1-RELEASE-p2, GCC 3.2.2, GNU make 3.80 +- FreeBSD 5.3-RELEASE, GCC 3.4, GNU make 3.80 +- FreeBSD 5.4-RELEASE, GCC 3.4.2, GNU make 3.80 1.2.0 IMPORTANT NOTES: Before you compile the source you have to be sure to use at least GCC version 3.x with pthreads enabled. ( Type gcc -v to check it ). GCC 2.95 did not work while testing on linux and WON'T BE SUPPORTED! -If you like to support yChat++, please write us an email and tell what -you can/like/would help ;-]. Please also take a look at the yChat++ +If you like to support yChat please write us an email and tell what +you can/like/would help ;-]. Please also take a look at the yChat homepage which is located at http://www.yChat.org. -1.3.0 HOW TO OBTAIN YCHAT++: +1.3.0 HOW TO OBTAIN YCHAT: yChat can be downloaded as a source package or through CVS. -The packages are located at http://www.yChat.org -> Sourcecode -> -Packages or go to http://programming.buetow.org/CPP-yChat . +The packages are located at http://www.yChat.org -> Release Versions +Packages or go to http://programming.buetow.org/yChat . + +For CVS download type: + +cvs -d:pserver:anonymous@buetow.org:/cvs/cvsroot login +( You will be asked for a password. Use "just enter" ). + +cvs -z3 -d:pserver:anonymous@buetow.org:/cvs/cvsroot co ychat-basic +( The sources will be copied into your local folder ) + +cvs -d:pserver:anonymous@buetow.org:/cvs/cvsroot logout +( Logs your CVS session out ). + +Now you may continue with the installation. -For CVS download type also look at the homepage please. 1.3.1 INSTALLATION: -Invoke "./configure" and afterwards "make", edit the conf.txt. +Invoke "./configure" and afterwards "gmake", edit the conf.txt. Now we want to compile all the dynamic loadable modules of ychat. Invoke "cd cmnd && ./compile.sh && cd -". All command modules should get @@ -83,6 +98,8 @@ Dynamic loadable modules can be found in the cmnd/ subdirectory. conf.txt - The yChat configuration file. ( read by conf.cpp ). +Files in ./src: + base.cpp - Encapsulates vector fields of room's or user ( may be later hash_maps ) and provides methods for manipulating data objects. @@ -203,7 +220,7 @@ conf html How to submit a good bug report? -Send them to Bug@yChat.org. +Send them to mail at yChat dot org. First you should give the following information: - yChat version, if CVS (or devel. tarball) then which day? @@ -243,14 +260,19 @@ You may contact us through the following addresses: - Homepage The yChat homepage is located at http://www.yChat.org + The EXA Digital Solutions homepage is located at http://www.exa-ds.com - E-Mail - Paul C. Buetow: Snooper@yChat.org ( core developer ) - Volker Richter: Rover@yChat.org ( core developer ) - Mail@yChat.org ( reaches everybody of yChat ) + Paul C. Buetow: Buetow at yChat dot org ( core developer ) + Mail at yChat dot org ( reaches everybody of yChat ) - ICQ Paul C. Buetow: 11655527 - IRC #ychat at irc.german-elite.net + +- EXA Digital Solutions GbR + Laubenstr. 16b + D-44866 Bochum + Germany |
