From f271dda98dd9b7bfec567cb68805c8b4ed560c66 Mon Sep 17 00:00:00 2001 From: Gabriel Pettier Date: Thu, 4 Jul 2019 00:28:11 +0200 Subject: [PATCH] add starting instructions for ios --- docs/source/installation.rst | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/docs/source/installation.rst b/docs/source/installation.rst index 6c8e6c4..40bb560 100644 --- a/docs/source/installation.rst +++ b/docs/source/installation.rst @@ -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