Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to compile port wii?
#2
mGBA doesn't use Makefiles the way many other projects do--instead it uses CMake. If you have CMake installed, you'll need to do something like this (starting from the root):

Code:
mkdir wii && cd wii
cmake .. -DCMAKE_TOOLCHAIN_FILE=../src/platform/wii/CMakeToolchain.txt -G "Unix Makefiles"
make

But this may vary a bit since I don't know what the devKitPro environment on Windows looks like.
Reply



Messages In This Thread
How to compile port wii? - by askot - 08-14-2015, 09:32 PM
RE: How to compile port wii? - by endrift - 08-15-2015, 09:43 AM
RE: How to compile port wii? - by SuperrSonic - 08-22-2015, 04:24 PM
RE: How to compile port wii? - by askot - 08-22-2015, 06:52 PM

Forum Jump:


Users browsing this thread:
2 Guest(s)

Powered By MyBB, © 2002-2024 Melroy van den Berg.