How to install Linux Chip. A) Quick install what you need: - ix86 linux - gcc 2.7.0 - the kernel have to support the a.out format 1) cp linuxchip.tar.gz /usr/local 2) cd /usr/local 3) gunzip linuxchip.tar.gz 4) tar xf linuxchip.tar 5) rm linuxchip.tar 6) add /usr/local/chip/bin to your PATH (this operation involves different commands depending on what shell you are using). B) Complete install what you need: - Linux per iX86 1) cp linuxchip.tar.gz {directory} 2) cd {directory} 3) gunzip linuxchip.tar.gz 4) tar xf linuxchip.tar 5) rm linuxchip.tar 6) cd install 7) Install 8) cd ../src 9) Makeall 10) Makeclean 11) add /usr/local/chip/bin to your PATH (this operation involves different commands depending on what shell you are using). {directory} stands for the pathname of the directory where you want to install chip. Claudio Lanconelli E-mail: lanconel@cs.unibo.it (translated by renzo davoli) Nota Bene: Unfortunately there are already some README files written in Italian language. I asked Mr. Lanconelli to translate those files, I will update the distribution as soon as possible. renzo