doc: Updated the readme to list available commands

This commit is contained in:
Richard 2017-10-25 16:10:15 +02:00
parent 535abf0e6b
commit 22763cb5bd

View file

@ -173,6 +173,30 @@ things you can do to achieve this:
Note that these packages will not run in the iOS emulators, so use them
only for deployment.
Usage
-----
::
Usage:
./toolchain.py <command> [<args>]
Available commands:
build Build a recipe (compile a library for the required target
architecture)
clean Clean the build of the specified recipe
distclean Clean the build and the result
recipes List all the available recipes
status List all the recipes and their build status
Xcode:
create Create a new xcode project
update Update an existing xcode project (frameworks, libraries..)
launchimage Create Launch images for your xcode project
icon Create Icons for your xcode project
pip Install a pip dependency into the distribution
FAQ
---