Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
rubberduckycooly
GitHub Repository: rubberduckycooly/Sonic-1-2-2013-Decompilation
Path: blob/main/dependencies/ios/dependencies.txt
817 views
1
SDL2: https://www.libsdl.org/download-2.0.php
2
Download the source for the latest SDL2 version and open the Xcode project in Xcode/, from there you need to build the "Framework-iOS" target to a generic iOS device, then place the built frameworks (hidapi.framework & SDL2.framework) in "./SDL2/"
3
NOTE: you will need to create a project to build libSDL2Main.a manually, otherwise there will be "undefined references to _main" errors in the main Xcode project
4
5
libogg: https://xiph.org/downloads/ (libogg)
6
Download the source and create an Xcode project to build the library as a framework, once the framework is built (Ogg.framework), place it in ./
7
8
libvorbis: https://xiph.org/downloads/ (libvorbis)
9
Download the source and create an Xcode project to build the library as a framework, once the framework is built (vorbis.framework), place it in ./
10