INSTALL

	$ tar -zxvf tcptunnel-0.5.tar.gz
	$ cd tcptunnel-0.5
	tcptunnel-0.5$ ./configure --help
	tcptunnel-0.5$ ./configure --prefix=/opt/tcptunnel-0.5
	tcptunnel-0.5$ make clean
	tcptunnel-0.5$ make
	tcptunnel-0.5$ make install

INSTALL: Win32

	You will need the MinGW32 cross-compile environment for
	GNU/Linux from http://www.mingw.org/. If you are using
	the Debian GNU/Linux distribution then you could easily
	install the following three packages with apt-get:

	o mingw32
	o mingw32-binutils
	o mingw32-runtime

	$ apt-get install mingw32 mingw32-binutils mingw32-runtime

	$ tar -zxvf tcptunnel-0.5.tar.gz
	$ cd tcptunnel-0.5
	tcptunnel-0.5$ ./configure
	tcptunnel-0.5$ make clean
	tcptunnel-0.5$ make -f Makefile.MinGW32
	tcptunnel-0.5$ file tcptunnel.exe
	tcptunnel.exe: PE32 executable for MS Windows (console) Intel 80386 32-bit

UNINSTALL

	tcptunnel-0.5$ make uninstall

