https://github.com/derthorsten/kivy_dev
https://github.com/derthorsten/kivy_dev
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/derthorsten/kivy_dev
- Owner: DerThorsten
- Created: 2016-08-06T19:49:52.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-27T10:30:59.000Z (over 9 years ago)
- Last Synced: 2025-04-09T00:05:53.303Z (about 1 year ago)
- Language: Python
- Size: 6.18 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"