Skip to content

C library for GameCube and Wii targeting devkitPPC.

License

Notifications You must be signed in to change notification settings

redolution/libogc2

 
 

Repository files navigation

libogc2

libogc2 build Extrems' Corner.org Discord

Projects using libogc2

Installing

sudo (dkp-)pacman -S ppc-libmad
git clone https://github.com/extremscorner/libogc2.git
cd libogc2
make
sudo -E make install
git clone https://github.com/extremscorner/libfat.git
cd libfat
make ogc-release
sudo -E make ogc-install

Using sudo is not necessary with MSYS2.

Migrating from libogc

GNU Make

-include $(DEVKITPPC)/gamecube_rules
+include $(DEVKITPRO)/libogc2/gamecube_rules
-include $(DEVKITPPC)/wii_rules
+include $(DEVKITPRO)/libogc2/wii_rules

CMake

Not currently supported.

Upgrading

sudo (dkp-)pacman -Syu
cd libogc2
git pull
sudo -E make uninstall
sudo -E make clean
make
sudo -E make install
cd libfat
git pull
make ogc-clean
make ogc-release
sudo -E make ogc-install

About

C library for GameCube and Wii targeting devkitPPC.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages

  • C 96.1%
  • Assembly 2.9%
  • Other 1.0%