Skip to content

Instantly share code, notes, and snippets.

@euank
Last active November 4, 2021 22:03
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save euank/d474531643dc7d4cc2bd to your computer and use it in GitHub Desktop.
Save euank/d474531643dc7d4cc2bd to your computer and use it in GitHub Desktop.
Build instructions for ponscripter-fork on windows. Possibly outdated (see project's instructions instead)

Install MinGW. Within it select the following items:

  • mingw32-libz (dev/dll)
  • mingw32-autoconf
  • mingw32-automake
  • mingw32-gcc
  • mingw32-gcc-g++
  • msys-core

Afterwards, run the pi.bat (postinstall) script that should be at C:\MinGW\msys\1.0\postinstall\pi.sh

Start a msys shell (C:\MinGW\msys\1.0\msys.bat), cd to where you git cloned the repo,

export GAME=narci2
./configure 
make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment