Render96 / Render96ex

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

Update compilation docs to include Fedora and OpenSuSE #113

Open Tunahan-Uysal opened 1 month ago

NickNookNeo commented 1 month ago

+1

Tunahan-Uysal commented 1 month ago

For fedora the following should be used:

dnf install make automake gcc gcc-c++ kernel-devel glew-devel sdl2-devel

zypper install make automake gcc gcc-c++ kernel-devel glew-devel

sdl2-devel is not available in opensuse and must be manually obtained

NickNookNeo commented 1 month ago

For fedora the following should be used:

dnf install make automake gcc gcc-c++ kernel-devel glew-devel sdl2-devel

zypper install make automake gcc gcc-c++ kernel-devel glew-devel

sdl2-devel is not available in opensuse and must be manually obtained

also, helping someone else it seems fedora doesn't come with audiofile-devel.x86_64, which is required also.