doc: added help on 'clean' command to remove build
This commit is contained in:
parent
fe5add1699
commit
a9a4b281c3
1 changed files with 4 additions and 0 deletions
|
@ -70,6 +70,10 @@ You can build recipes at the same time by adding them as parameters::
|
||||||
|
|
||||||
$ ./toolchain.py build openssl kivy
|
$ ./toolchain.py build openssl kivy
|
||||||
|
|
||||||
|
Recipe builds can be removed via the clean command e.g.::
|
||||||
|
|
||||||
|
$ ./toolchain.py clean openssl
|
||||||
|
|
||||||
The Kivy recipe depends on several others, like the sdl* and python recipes.
|
The Kivy recipe depends on several others, like the sdl* and python recipes.
|
||||||
These may in turn depend on others e.g. sdl2_ttf depends on freetype, etc.
|
These may in turn depend on others e.g. sdl2_ttf depends on freetype, etc.
|
||||||
You can think of it as follows: the kivy recipe will compile everything
|
You can think of it as follows: the kivy recipe will compile everything
|
||||||
|
|
Loading…
Add table
Reference in a new issue