Update master
This commit is contained in:
parent
3d2716852f
commit
3ec83695da
1 changed files with 6 additions and 1 deletions
|
@ -3,7 +3,12 @@ Kivy for IOS
|
|||
|
||||
(This is a work in progress.)
|
||||
|
||||
#. Using brew, you can install dependencies: brew install cython autoconf automake libtool
|
||||
#. Using brew, you can install dependencies::
|
||||
|
||||
brew install cython autoconf automake libtool pkg-config mercurial
|
||||
brew link libtool
|
||||
brew link mercurial
|
||||
|
||||
#. 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`
|
||||
#. Open your newly created Xcode project
|
||||
|
|
Loading…
Add table
Reference in a new issue