wuziq / ggpofba

This repo holds ggpofba source from ggpo.net, as well as updates and info for building it.
Other
29 stars 17 forks source link

ggpofba

These instructions are derived from vctoolkit.txt under src.

Prerequisites

Build instructions

  1. Install all the prerequisites. Use defaults for everything except for cygwin, where you should also install perl, nasm, and make.
  2. Search your system for a file called cvtres.exe.
    • The version that works is 8.00.50727.4940
    • It might be located here: C:\Windows\Microsoft.NET\Framework\v2.0.50727
    • Copy it to %VCToolkitInstallDir%\bin\
  3. Add C:\cygwin\bin to your PATH.
  4. Open up a regular command prompt and navigate to wherever you've cloned the source.
  5. Run either environment-32.bat or environment-64.bat, depending on whether your system is 32 or 64-bit. This script which will set up some environment variables for your current session.
  6. Execute make vc

You should have an fbaa.exe when it's all done.

FAQ