Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.05 KB

README.md

File metadata and controls

23 lines (15 loc) · 1.05 KB

Adventure Game Studio - Windows

Build Requirements

  • Visual Studio 2008 SP1 - it is required to be this exact version.
  • DirectX SDK April 2007 (Download)
  • OpenGL API and Extension Header Files (Download)
  • Python 2.7 with PyWin32 extension (Download)
  • InnoSetup 5.5 (Download)

At a minimum, Visual Studio, DirectX SDK and OpenGL header files are required. Python is only necessary for building the user manual and installer.

Environment Variables

Some environment variables must be set in the system to help the Visual Studio projects find certain header files.

  • DIRECTX_SDK_INCLUDE_DIR e.g. "C:\Program Files (x86)\Microsoft DirectX SDK (April 2007)\Include"
  • OPENGL_INCLUDE_DIR e.g. "C:\opt\opengl-20150720\include"

Instructions

Instructions are available in the AGS wiki.