webhdx / libogc2

C library for GameCube and Wii targeting devkitPPC.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:Other


Languages

Language:C 96.2%Language:Assembly 2.9%Language:C++ 0.6%Language:Makefile 0.4%