
About BBSnet
============

BBSnet is a front-end of telnet client, and it can be used for
multiple users or in private. 


Install BBSnet
==============
You have to read the following documents carefully before you install 
and use it:

1. BUGS:	Problems of BBSnet.

2. CHANGES:	Changes of BBSnet.

2. COPYING:	GNU General Public License
   (includes English original and Big5 translation)

3. FAQ:		Frequently Asked Questions.

4. TODO:	The future plan.

The source code of stable version of BBSnet is available in:	

	http://linux.ee.tku.edu.tw/~kids/resource/

When you get the version you want, please unpack it through the
following command:

	gzip -dc bbsnet-<version>.tar.gz | tar -xvf -

After that you will get a bbsnet/ directory.

Change to bbsnet directory and modify Makefile.

Remember to modify config.h if you need.

Start the compilation:
	make
	make install


kids
