1
0
Fork 0
mirror of https://github.com/GRRLIB/GRRLIB.git synced 2025-03-16 08:46:54 +00:00

Update documentation

This commit is contained in:
Crayon2000 2025-02-12 21:50:54 -05:00
parent 90cb2f71bb
commit 4318a80e53
2 changed files with 16 additions and 14 deletions
.github/workflows
README.md

View file

@ -9,7 +9,7 @@ jobs:
doc:
name: Deploy documentation
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:

View file

@ -89,6 +89,8 @@ Install them with a single command:
pacman --sync --needed --noconfirm libfat-ogc ppc-libpng ppc-freetype ppc-libjpeg-turbo
```
On macOS and Debian based Linux distributions you will need to use `dkp-pacman` instead of `pacman`.
Go to the directory where the code was downloaded:
```bash
@ -200,7 +202,7 @@ For example:
LIBS := -lgrrlib -lpngu `$(PREFIX)pkg-config freetype2 libpng libjpeg --libs` -lfat
```
Since GRRLIB and libpngu are now installed into the porlibs folder, make sure you don't have any leftovers from previous installations.
Since GRRLIB and libpngu are now installed into the portlibs folder, make sure you don't have any leftovers from previous installations.
You will need to manually delete unneeded libraries in _devkitPro\libogc\lib\wii_ as well as include files in _devkitPro\libogc\include_
## Using GitHub