Unable to build using MSYS, makefile.multiplatform missing?

Issue #4 resolved
Jeremy Magana (gmodkid1) created an issue

I felt like giving this emulator for a spin, but it appears that the makefile.multiplatform file is missing, and is not mentioned in the instructions at all. Am I doing something wrong?

Comments (2)

  1. superfury repo owner

    Have you included the subrepositories? The Makefile.multiplatform and related scripts are in the commonemuframework subrepository. Just make sure to pull both the main repository and the commonemuframework subrepository as well. Then it should be able to compile.

    Don't forget the required parameters for your system configuration(the platform("win"/"linux"/"PSP"), build type("build"), mingwXX etc.)

  2. Log in to comment