Instructions for Installing ITIP under PC
1. Where to get a YACC equivalent for Windows? http://www.monmouth.com/~wstreett/lex-yacc/lex-yacc.html 2. What version of Matlab is tested? Matlab Version 6.0.0.88 Release 12 for Windows. The C source files were compiled using Matlab's built-in lcc compiler. 3. What files are needed if I only want to use ITIP? Copy the files ITIP_kern.m, ITIP.dll, make_D.dll, and make_NS.dll inside the directory "itip_pc/bin" on this CD-ROM to your Matlab's working directory. 4. What files are needed if I want to modify ITIP? You'll need the following files in the directory "itip_pc/src" on this CD-ROM: make_D.c, make_ND.c, ITIP.y, and makefile and Matlab's mex compiler and lcc compiler. You'll also need a YACC-compatible compiler-compiler. See Question 1 above.