Update master
This commit is contained in:
parent
06d30e79d5
commit
1ff7c68b88
1 changed files with 4 additions and 1 deletions
|
@ -5,10 +5,13 @@ Kivy for IOS
|
||||||
|
|
||||||
#. Using brew, you can install dependencies::
|
#. Using brew, you can install dependencies::
|
||||||
|
|
||||||
brew install cython autoconf automake libtool pkg-config mercurial
|
brew install autoconf automake libtool pkg-config mercurial
|
||||||
brew link libtool
|
brew link libtool
|
||||||
brew link mercurial
|
brew link mercurial
|
||||||
|
|
||||||
|
#. Install Cython (if you have pip, use it!)
|
||||||
|
pip install cython
|
||||||
|
|
||||||
#. Build the whole toolchain with `tools/build_all.sh`
|
#. Build the whole toolchain with `tools/build_all.sh`
|
||||||
#. Create an Xcode project for your application with `tools/create-xcode-project.sh test /path/to/app`
|
#. Create an Xcode project for your application with `tools/create-xcode-project.sh test /path/to/app`
|
||||||
#. Open your newly created Xcode project
|
#. Open your newly created Xcode project
|
||||||
|
|
Loading…
Reference in a new issue