An open API service indexing awesome lists of open source software.

https://github.com/derthorsten/kivy_dev


https://github.com/derthorsten/kivy_dev

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

to build tparty on ubuntu you need the following non standart packages:

https://github.com/DerThorsten/liquidfun (build it with python wrapper and set the python path to my_liquidfun_builddir/python)

If you want to make an android build you need my python for android

https://github.com/DerThorsten/python-for-android

and you need to change the path in the buildozer.spec in tparty/buildozer.spec
to your directory of my python for android fork (line 103)

# (str) python-for-android git clone directory (if empty, it will be automatically cloned from github)
android.p4a_dir = /home/tbeier/src/python-for-android

make to use buildozer to build the android package and use "deploy android_new"