From 22763cb5bd4aefba6b2a94f106f65e34d14dc0bd Mon Sep 17 00:00:00 2001 From: Richard Date: Wed, 25 Oct 2017 16:10:15 +0200 Subject: [PATCH] doc: Updated the readme to list available commands --- README.rst | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.rst b/README.rst index a6f1110..4233f5d 100644 --- a/README.rst +++ b/README.rst @@ -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 [] + + 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 ---