next up previous
Next: Installing MICO Up: Prerequisits Previous: Unix

Windows 95/NT

In order to run MICO on Windows 95 or NT you have to use the Cygnus CDK beta 19, a port of the GNU tools to Win32 or Microsoft's Visual-C++ compiler. For instructions on how to compile MICO using the Visual-C++ compiler, refer to the file README-WIN32 in the main directory of the MICO sources.

Install the CDK by running its setup program. Note that you have to install it in the directory the setup program suggests (c:tex2html_wrap_inline2059Cygnustex2html_wrap_inline2059CDKtex2html_wrap_inline2059B19); otherwise bison won't be able to find its skeleton files. Then create c:tex2html_wrap_inline2059bin and put an sh.exe into it. Likewise create c:tex2html_wrap_inline2059lib and put a cpp.exe into it:

  mkdir c:\bin
  copy c:\Cygnus\CDK\B19\H-i386-cygwin32\bin\bash.exe c:\bin\sh.exe
  mkdir c:\lib
  copy c:\Cygnus\CDK\B19\H-i386-cygwin32\lib\gcc-lib\2.7-B19\cpp.exe c:\lib

Now you are ready to unpack and compile MICO as described in section 2.3.

There are some problems with the current release of the CDK:


next up previous
Next: Installing MICO Up: Prerequisits Previous: Unix

MICO
Tue Nov 10 11:04:45 CET 1998