##########
# README #
##########

[ Description ]
gtk-splitter can split files into smaller pieces and combine them back together. It can also generate
a DOS batch file so that the split files can be combined on DOS/Windows systems. gtk-splitter is good
for working around file limitations with floppy disks, email attachments, etc.

[ Submitting bugs and feature requests ]
E-mail me at techgunter@yahoo.com

[ Detailed install instructions ]
SEE INSTALL

[ Installing from source package ]

 $tar -xzvf gtk-splitter-VERSION.tar.gz
 $cd gtk-splitter-VERSION
 $./configure
 $make
 $make install (as root)

[ Building a .rpm package from source ]

 $tar -xzvf gtk-splitter-VERSION.tar.gz
 $cd gtk-splitter-VERSION
 $./configure
 $./build_rpm.sh

[ Installing the .rpm package ]

 As root:
 $rpm -ivh gtk-splitter-VERSION.i386.rpm
 $rpm -ivh gtk-splitter-VERSION.src.rpm (optional)

[ Building a .tgz (Slackware and others) from source ]

 $tar -xzvf gtk-splitter-VERSION.tar.gz
 $cd gtk-splitter-VERSION
 $./configure
 $./build_tgz.sh

[ Installing the .tgz package ]

 As root:
 $installpkg gtk-splitter-VERSION-ARCH-BUILD.tgz

[ Building a .deb package from source ]

 $tar -xzvf gtk-splitter-VERSION.tar.gz
 $cd gtk-splitter-VERSION
 $./configure
 $./build_deb.sh

[ Installing the .deb package ]

 As root:
 $dpkg -i gtk-splitter-VERSION-ARCH-BUILD.deb
