Source Code for icmchk1 Version 1.1.0 NOTE: this code is no longer being maintained. Those wishing to use the latest ICM parser source code, particularly in commerical products, should obtain a license to the private or "closed source" code. For more information, contact the IBIS Open Forum Chair, Michael Mirmak, at michael.mirmak(at)intel.com. -------------------- Compressed source files and directories for icmchk1 can be found in the following files: icmchk-1.1.0.tar.Z - source archive (archive filtered through compress) icmchk-1.1.0.tar.bz2 - source archive (archive filtered through bzip2) icmchk-1.1.0.tar.gz - source archive (archive filtered through gzip) icmchk-1.1.0.zip - Microsoft Windows* source ZIP (files terminate using ) To unpack files --------------- (UNIX) cd to a suitable directory The kit will unpack into a subdirectory 'icmchk-1.1.0' then, depending on the archive you want to unpack: tar -zxf icmchk-1.1.0.tar.gz -or- tar -jxf icmchk-1.1.0.tar.bz2 -or- uncompress icmchk-1.1.0.tar.Z tar -xf icmchk-1.1.0.tar (WINDOWS) Move the file icmchk-1.1.0.zip to a suitable directory and unzip it with winzip or a similar tool. NOTE: The ZIP archive has been thoughtfully processed to convert text files from UNIX to Microsoft line termination sequences. Otherwise, the files would be rather difficult to work with. You really DON'T want to use the .zip archive on a unix system. If you do, you must use an unzip option to 'convert' the files from cr/lf format to UNIX lf format. More information, particularly on compiling the code, is available in README. Last revised: September 2, 2005