FYI for anyone who wants to try this, it will be necessary to install a support layer to allow the building of the program within Windows. Several options exist:
- Cygwin, which requires a 64-bit Windows Vista or later: https://www.cygwin.com/
- MinGW, a similar suite which does not have full POSIX support (and therefore may not work): MinGW - Minimalist GNU for Windows
- MinGW-w64, a fork of MinGW which (despite the name) claims support for even 32-bit Windows (but may not work due to lack of full POSIX support): MinGW-w64 - for 32 and 64 bit Windows download | SourceForge.net
A pretty good overview of the process of installing Cygwin on Windows, installing basic Linux tools within Cygwin, and getting through the compilation process of a Linux program using Cygwin can be found at:
Some old but probably still valid instructions for installing MinGW can be found at:
In order to get inform6-test
to work, you will need to install a number of packages, some of which are probably not on the default list for Cygwin or MinGW/MinGW-w64. A pretty specific list of the required packages can be seen in the instructions for Ubuntu at:
However, those instructions may also depend on packages that are installed by default for Ubuntu-based distributions that aren’t installed by default for Cygwin/MinGW/MinGW-w64. If you run into trouble and get stuck, please post here, and I’ll try to help.
Please do post about any specific problems that you encounter in the process in any case, even if you manage to work through them, so that the instructions can be improved.