Toolchain for compiling Python / Kivy / other libraries for iOS
Go to file
2011-12-09 22:46:13 +01:00
app Ensure YourApp is referenced in the xcode project 2011-12-06 18:18:36 +01:00
python_files wip 2011-12-06 10:49:14 +01:00
sdl/sdl1.3 update build sdl to fix issue with divmodsi4 (use llvm-gcc-4.2 instead of clang, to keep the same compiler for all other projects.) + fix copy of libSDL.a into our build directory 2011-12-02 16:28:03 +01:00
.gitignore wip 2011-12-05 10:09:35 +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 Merge branch 'master' of git://github.com/splanquart/kivy-ios 2011-12-06 18:06:14 +01:00
build_python.sh fix build_python on phase 2(ios) with custom module 2011-12-06 16:52:19 +01:00
build_sdl.sh fix to copy Debug SDL instead of Release (invalid previous merge) 2011-12-06 18:24:42 +01:00
build_sdlttf.sh concat all the arm flags into one place: environment.sh 2011-12-06 12:08:47 +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 make ccache not requirement but use it when it is installed 2011-12-09 22:46:13 +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