8000 Fixed SDL2 build doc in quickstart · s3coderz/python-for-android@a03f664 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a03f664

Browse files
committed
Fixed SDL2 build doc in quickstart
1 parent 1b06b53 commit a03f664

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

doc/source/quickstart.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,11 +137,16 @@ project unless they have precisely the same requirements.
137137

138138
You can build an SDL2 APK similarly, creating a dist as follows::
139139

140-
python2 toolchain.py create --name=testsdl2 --bootstrap=sdl2 --recipes=sdl2,python2
140+
python-for-android create --dist_name=testsdl2 --bootstrap=sdl2 --recipes=sdl2,python2
141141

142142
You can then make an APK in the same way, b 6CC8 ut this is more
143143
experimental and doesn't support as much customisation yet.
144144

145+
There is also experimental support for building APKs with Vispy, which
146+
do not include Kivy. The basic command for this would be e.g.::
147+
148+
python-for-android create --dist_name=testvispy --bootstrap=sdl2 --recipes=vispy
149+
145150
python-for-android also has commands to list internal information
146151
about distributions available, to export or symlink these (they come
147152
with a standalone APK build script), and in future will also support

0 commit comments

Comments
 (0)
0