Toolchain for compiling Python / Kivy / other libraries for iOS
Find a file
Mathieu Virbel edcdf989e3 update main.m to use pyo instead of py, avoid kivy logging, config, and use sdl for audio.
+ add sdl_mixer/libogg/libtremor
+ put everything in release state, with optimisation etc.
2012-02-25 15:51:34 +01:00
app update main.m to use pyo instead of py, avoid kivy logging, config, and use sdl for audio. 2012-02-25 15:51:34 +01:00
python_files wip 2011-12-06 10:49:14 +01:00
SDL remove sdl debug 2012-02-25 15:47:28 +01:00
.gitignore update main.m to use pyo instead of py, avoid kivy logging, config, and use sdl for audio. 2012-02-25 15:51:34 +01:00
biglink wip 2011-12-06 11:42:37 +01:00
build_all.sh concat all the arm flags into one place: environment.sh 2011-12-06 12:08:47 +01:00
build_freetype.sh concat all the arm flags into one place: environment.sh 2011-12-06 12:08:47 +01:00
build_kivy.sh update main.m to use pyo instead of py, avoid kivy logging, config, and use sdl for audio. 2012-02-25 15:51:34 +01:00
build_python.sh wip 2012-02-22 18:21:47 +01:00
build_sdl.sh update main.m to use pyo instead of py, avoid kivy logging, config, and use sdl for audio. 2012-02-25 15:51:34 +01:00
build_sdlmixer.sh update main.m to use pyo instead of py, avoid kivy logging, config, and use sdl for audio. 2012-02-25 15:51:34 +01:00
build_sdlttf.sh update main.m to use pyo instead of py, avoid kivy logging, config, and use sdl for audio. 2012-02-25 15:51:34 +01:00
clean_python.sh initial commit with build for python 2.7.1 and sdl 1.3 2011-11-29 19:48:05 +01:00
environment.sh update main.m to use pyo instead of py, avoid kivy logging, config, and use sdl for audio. 2012-02-25 15:51:34 +01:00
liblink fix liblink to prevent CPU_SUBTYPE_ALL and accept latest flags put in environment 2011-12-06 15:31:58 +01:00
README.rst Add a little README file 2011-12-06 18:18:42 +01:00
reduce_python.sh reduce_python: fix when popd (pkgconfig was't deleted) 2011-12-06 18:06:34 +01:00

Kivy for IOS
============

(This is a work in progress.)

#. Build the whole toolchain with ./build_all.sh
#. Copy your kivy/python application inside app/YourApp (the main.py must end in app/YourApp/main.py)
#. Open Xcode, and select the app/iOS-python-test.xcodeproj project
#. Click on Run