#############################################################
#
# HowTo build the TIGCC Tools under Linux
#
#############################################################

-------------------------------------------------------------
Steps to build the TIGCC Tools under Linux 
-------------------------------------------------------------
(1) download the normal release of the TIGCC Tools Suite 
    and extract it to any directory.
(2) copy script makelinux.sh to this directory
(3) copy new ttebkgen.c file into subdirectory src/pctools
(4) change the file permissions of makelinux.sh to 
    executable (chmod uga+x makelinux.sh)
(5) execute the script (just type makelinux.sh and press enter) 
(6) after the script has finished there should be
    a directory linuxbin which contains the executables
    for your linux platform.

Additionally a directory linuxsrc is generated which
holds the converted sourcecodes.

-----------------------------------------------------------
NOTES:
-----------------------------------------------------------
In general the linux version is a just a matter of a
"DOS to Unix File Conversion"


Due to the fact that command recode has changed its main
commandline parameter style version v 0.1 of the script
was not compatible with 7.x Linux installations.
