DavidKinder / Windows-Inform7

Front-end for the Windows version of Inform 7.
http://inform7.com/
Artistic License 2.0
70 stars 10 forks source link

Document build procedure #21

Closed DavidKinder closed 3 years ago

DavidKinder commented 3 years ago
  1. Download and install Visual Studio 2019 Community edition from https://visualstudio.microsoft.com/. In the installer, under "Workloads", make sure that "Desktop development with C++" is selected, and under "Individual components" that "C++ MFC for latest build tools (x86 & x64)" is selected.
  2. Install git. I use the version of git that is part of Cygwin, a Linux-like environment for Windows, but Git for Windows can be used from a Windows command prompt.
  3. Clone Windows-Inform7 repository.
  4. Clone Windows-Glk repository.
  5. Clone Libraries repository.
  6. Download third-party libraries (libpng, etc.).
  7. Copy current install to Build directory.
  8. Build in Visual Studio.
DavidKinder commented 3 years ago

Fixed by c361b0dd94dcb277d06c7a61a5a13640ba66dcf2.