Initial Setup


1. Directory Structure

Create the directory structure in your home directory:

 ./i3d
        /include
        /lib
        /bin
        /man
        /base
        /assgn
        /proj
        /doc
        /model
        /pic

2. File defs.h

Install the file defs.h in the include directory.

3. Software Development Enviroment

Make sure that you have your programming environment correctly setup. This include: gcc, make, lex, yacc, etc...

If you are using PC/Windows you should install the GNU programming environment.