doc: added note on adding recipes
This commit is contained in:
parent
f6047f4a02
commit
8f3d6ca120
1 changed files with 4 additions and 0 deletions
|
@ -66,6 +66,10 @@ Then, start the compilation with::
|
||||||
|
|
||||||
$ ./toolchain.py build kivy
|
$ ./toolchain.py build kivy
|
||||||
|
|
||||||
|
You can build recipes at the same time by adding them as parameters::
|
||||||
|
|
||||||
|
$ ./toolchain.py build openssl kivy
|
||||||
|
|
||||||
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…
Reference in a new issue