Flycast: Difference between revisions

Ilyagredasov (talk | contribs)
Tags: Mobile edit Mobile web edit
Ilyagredasov (talk | contribs)
Tags: Mobile edit Mobile web edit
Line 115: Line 115:


==iOS compilation==
==iOS compilation==
{{Placeholder}}
In terminal, clone <code>git clone https://github.com/flyinghead/flycast.git
cd flycast</code>
 
Install libraries: <code>brew install cmake libzip libpng freetype sdl2</code>
 
Navigate to <code>cd platform/ios</code> and configure <code>cmake -B build -G Xcode</code> (all the libraries must be installed in order to avoid compilation failure)
 
Open flycast.xcodeproj inside the build folder. In the top bar of Xcode, select "flycast" as the scheme next to the run button, then select your connected iOS device or "Any iOS Device" as the build target, then click Product > Build or press Command + B to build it.
 
Don't forget about signing the build/running it unsigned (instructions are easy to find online).


==External links==
==External links==