add starting instructions for ios
This commit is contained in:
parent
f9b5b07b4f
commit
f271dda98d
1 changed files with 20 additions and 0 deletions
|
@ -46,3 +46,23 @@ Buildozer didn't install a necessary package
|
|||
~/.buildozer/android/platform/android-sdk/tools/bin/sdkmanager --install "build-tools;29.0.0"
|
||||
|
||||
Then press "y" then enter to accept the license.
|
||||
|
||||
|
||||
Targeting IOS
|
||||
~~~~~~~~~~~~~
|
||||
|
||||
Install XCode and command line tools (through the AppStore)
|
||||
|
||||
|
||||
Install homebrew (https://brew.sh)
|
||||
|
||||
::
|
||||
|
||||
brew install pkg-config sdl2 sdl2_image sdl2_ttf sdl2_mixer gstreamer autoconf automake
|
||||
|
||||
|
||||
Install pip and virtualenv
|
||||
|
||||
::
|
||||
|
||||
python -m pip install --user --upgrade pip virtualenv kivy-ios
|
||||
|
|
Loading…
Reference in a new issue