Andre Miras
84561c3aa8
Buildozer Dockerfile, fixes #589
...
Installs buildozer and dependencies, documents usage.
To build the image you first need to `cd` to where the `Dockerfile` is,
then run:
```sh
docker build --tag=buildozer .
```
Then you can use the container e.g. with:
```sh
docker run --volume "$(pwd)":/home/user/hostcwd buildozer --help
```
The above command mounts host current working directory in container
using `--volume` option.
Also added workaround for #625
2018-06-19 23:49:18 +02:00
Mathieu Virbel
127c581f5b
upgrade android_new -> android + android -> android_old. Closes #497
2017-05-15 02:07:34 +02:00
Mathieu Virbel
a71e1ff600
Merge branch 'master' of ssh://github.com/kivy/buildozer
2017-05-15 01:11:29 +02:00
Mathieu Virbel
48ea268636
migrate tokens. Closes #499
2017-05-15 01:09:35 +02:00
Mathieu Virbel
9685bff223
Update README.rst
2017-05-15 00:36:56 +02:00
Mathieu Virbel
f55147e300
add note about vm download link in the readme
2017-05-13 17:40:09 +02:00
Mathieu Virbel
93cf05eb8c
update README for reflecting latest image
2017-05-13 17:38:50 +02:00
Mathieu Rollet
baaf8ad3fc
Update README.rst
...
Correct the command line 'sudo pip install -e .' (the point was missing)
2017-04-17 20:35:39 +02:00
Mathieu Virbel
5c7fac3dcf
Update README.rst
2017-04-17 13:01:39 +02:00
Mathieu Virbel
8bdb2fe750
Update README.rst
2017-04-17 12:36:54 +02:00
Mathieu Virbel
29965a6e08
Update README.rst
2017-04-17 12:35:55 +02:00
Mathieu Virbel
9602ea2959
Update README.rst
2017-04-17 12:35:19 +02:00
Mathieu Virbel
4cd2e17d19
Update README.rst
2017-04-17 12:31:12 +02:00
Mathieu Virbel
bbd1836b9d
Update README.rst
2017-04-17 12:12:18 +02:00
Mathieu Virbel
8d177faa16
Update README.rst
2017-04-17 12:12:08 +02:00
Andy Doucette
35ba75db51
Removing redundant text.
2016-09-26 14:49:08 -05:00
Andy Doucette
68245e2dd1
Making step 5 of readme a code block.
2016-09-26 14:48:19 -05:00
Andy Doucette
e209cf0d3e
Adding p4a.local_recipies line. I forgot that before.
2016-09-26 14:46:50 -05:00
Andy Doucette
1d29ab17db
Moving some README text to a quote instead of code section.
2016-09-25 18:51:45 -05:00
Andy Doucette
e8c7769038
Fixing some typos in Readme.rst.
2016-09-25 18:48:43 -05:00
Andy Doucette
5eb91ca156
Adding documentation of how to get buildozer to work with python3.
2016-09-25 18:43:53 -05:00
Ryan Pessa
48cd8f206e
prepare for release 0.32
2016-05-08 19:23:03 -05:00
dessant
658a485e09
fix rst link
2015-11-03 17:00:22 +02:00
dessant
7954647566
add support, contribute and license sections
2015-11-03 16:42:00 +02:00
anatoly techtonik
42387f8b1b
kill easy_install
2015-11-03 16:58:22 +03:00
Mathieu Virbel
3fa83089bb
fix doc issue about clean. Closes #189
2015-10-04 12:45:02 +02:00
Mathieu Virbel
93d35a951e
replace git:// with https://. Closes #178
2015-03-08 10:43:02 +01:00
Nicholas Spagnoletti
2357912b15
link
2014-10-27 12:51:30 +02:00
Nicholas Spagnoletti
97f8ffdc4d
note about buildozer.io
2014-10-27 12:50:28 +02:00
anatoly techtonik
64b12f86e9
Add link to the right android python project
2014-05-19 17:14:22 +03:00
Alexander Taylor
f964159401
doc: Documented environment variable checking
2014-02-16 14:22:37 +00:00
Alexander Taylor
d5d82e4877
Clarified wording in README
2014-01-13 19:12:05 +00:00
Nithin Bose
72339b22b9
Fixed a typo in setdefault description
2013-09-23 15:47:47 +05:30
Mathieu Virbel
ac4b8ab1e8
Update README.rst
2013-03-15 18:31:39 -07:00
Mathieu Virbel
f297fd5ac2
add logging level capability. restrict to error+info by default. use --verbose/-v, or log_level=2 in the spec for increasing to debug, and show command output.
2012-12-21 02:00:29 +01:00
Mathieu Virbel
b348237188
moar typo
2012-12-20 01:04:39 +01:00
Mathieu Virbel
4a708a0295
typo
2012-12-20 01:02:57 +01:00
Mathieu Virbel
0dd7d484c0
update README + bump to 0.2
2012-12-20 01:01:19 +01:00
Mathieu Virbel
fc6be40028
fix readme
2012-12-20 00:48:24 +01:00
Mathieu Virbel
c25c2dc9e9
add seperation between "global" and "local" stuff, and allow to use custom ndk/sdk/ant directory
2012-12-20 00:40:41 +01:00
Mathieu Virbel
e2558d6000
fix doc
2012-12-19 18:37:02 +01:00
Mathieu Virbel
aea63eafe4
fix buildozer init
2012-12-19 18:13:12 +01:00
Mathieu Virbel
6224f748be
add missing files, and publish a first version
2012-12-19 17:53:58 +01:00
Mathieu Virbel
e6f1db2b4b
remove unused usage
2012-12-19 17:40:52 +01:00
Mathieu Virbel
262922472f
rework command line arguments / target / usage
...
add deploy and run command.
2012-12-19 17:35:48 +01:00
Mathieu Virbel
66f6e46c4f
add more doc
2012-12-19 13:27:46 +01:00
Mathieu Virbel
2e68748411
finish buildozer android target (only debug build are supported right now.)
2012-12-19 13:25:37 +01:00
Mathieu Virbel
3dc42cb627
wip
2012-12-19 03:55:11 +01:00
Mathieu Virbel
da7c95b6ee
typo
2012-12-19 02:35:29 +01:00
Mathieu Virbel
a4173cceda
first commit
2012-12-19 02:34:32 +01:00