mirror of https://github.com/kivy/kivy.git
docs: kivy dev with P4A_kivy_DIR
This commit is contained in:
parent
509f42cc91
commit
c57d9f07ae
|
@ -69,6 +69,13 @@ To see the available options for distribute.sh, type::
|
||||||
|
|
||||||
./distribute.sh -h
|
./distribute.sh -h
|
||||||
|
|
||||||
|
.. note::
|
||||||
|
|
||||||
|
To use the latest Kivy development version to build your distribution,
|
||||||
|
link "P4A_kivy_DIR" to the kivy folder you cloned from git. On linux
|
||||||
|
you would use the export command, like this:
|
||||||
|
"export P4A_kivy_DIR=/path/to/cloned/kivy/"
|
||||||
|
|
||||||
Package your application
|
Package your application
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue