Render96 / Render96ex

Fork of https://github.com/sm64-port/sm64-port with additional features.
245 stars 43 forks source link

Outdated build wiki for building for switch #90

Open DisabledMallis opened 11 months ago

DisabledMallis commented 11 months ago

DevkitPro no longer provides the devkitpro-pkgbuild-helpers package, but instead dkp-toolchain-vars. The wiki page says to run this command

(dkp-)pacman -S devkitA64 devkitpro-pkgbuild-helpers libnx switch-tools switch-mesa switch-libdrm_nouveau switch-sdl2

it should instead have

(dkp-)pacman -S devkitA64 dkp-toolchain-vars libnx switch-tools switch-mesa switch-libdrm_nouveau switch-sdl2

Just a small thing, but took me a few minutes to figure out. Would be really frustrating if it was someone's first time.

xatornet commented 11 months ago

Ey! Were you able to compile? I'm getting this error now: image

DisabledMallis commented 10 months ago

I was able to compile, but regardless if I had specified TARGET_SWITCH or not it would always just build the Linux version.

alecocr20 commented 7 months ago

@xatornet were you able to fix your build issue? I have exactly the same error and I haven't figure out how to fix it

DisabledMallis commented 7 months ago

@xatornet were you able to fix your build issue? I have exactly the same error and I haven't figure out how to fix it

I was never able to get it to build for switch unfortunately

xatornet commented 7 months ago

@xatornet were you able to fix your build issue? I have exactly the same error and I haven't figure out how to fix it

I never did. Sorry