Setup pour installer TIGCC sous un système Unix ou Linux.
Il faut copier les fichiers de TIGCC et l'installeur dans le même dossier puis executer la ligne:
chmod 755 Install.sh; ./Install.sh
---
Setup to install TIGCC on a Unix or Linux system.
To install, you only need to put the TIGCC files and the installer in the same folder, and execute the line:
chmod 755 Install.sh; ./Install.sh |