devkitPro / 3ds-examples

Examples for 3DS using devkitARM, libctru, citro3d and citro2d
https://devkitpro.org/viewforum.php?f=39
453 stars 51 forks source link

not being able to compile the physics example #56

Closed nintendofan44 closed 1 year ago

nintendofan44 commented 1 year ago

i can't compile the box2d example due to it being missing on the lib folder in the libctru folder what is a working way to install the box2d lib and if this isn't the correct repo for me to ask for this please say what would be the one

WinterMute commented 1 year ago

All the libraries we distribute can be found in pacman, how you get them depends slightly on your host system. On windows open an msys2 terminal then type pacman -S 3ds-box2d if it's an arch derivative linux use sudo pacman -S 3ds-box2d for systems where dkp-pacman has been installed then it's sudo dkp-pacman -S 3ds-box2d