8000 Merge remote-tracking branch 'origin/ffpyplayer_new_toolchain' into f… · Fak3/python-for-android@4c32511 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4c32511

Browse files
committed
Merge remote-tracking branch 'origin/ffpyplayer_new_toolchain' into ffpyplayer_new_toolchain
# Conflicts: # doc/source/quickstart.rst
2 parents 370a8b7 + ac36681 commit 4c32511

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

doc/source/quickstart.rst

Lines changed: 11 additions & 3 deletions
< 8000 td data-grid-cell-id="diff-68fc0aabf0343a84853c4e984faf7123f0a1bf7eff6596ecc371089419102720-133-132-0" data-selected="false" role="gridcell" style="background-color:var(--diffBlob-deletionNum-bgColor, var(--diffBlob-deletion-bgColor-num));text-align:center" tabindex="-1" valign="top" class="focusable-grid-cell diff-line-number position-relative left-side">133
Original file line numberDiff line numberDiff line change
@@ -130,13 +130,13 @@ well as the requirements::
130130

131131
You can also replace flask with another web framework.
132132

-
Replace ``--port=5000`` with the port your app will serve a website
134-
on. The default for Flask is 5000.
133+
Replace ``--port=5000`` with the port on which your app will serve a
134+
website. The default for Flask is 5000.
135135

136136
Build an SDL2 based application
137137
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
138138

139-
This includes `Vispy <http://vispy.org/>`__ and `PySDL2
139+
This includes e.g. `PySDL2
140140
<https://pysdl2.readthedocs.io/en/latest/>`__.
141141

142142
To build your application, you need to have a name, version, a package
@@ -147,6 +147,14 @@ requirements::
147147

148148
Add your required modules in place of ``your_requirements``,
149149
e.g. ``--requirements=pysdl2`` or ``--requirements=vispy``.
150+
151+
Other options
152+
~~~~~~~~~~~~~
153+
154+
You can pass other command line arguments to control app behaviours
155+
such as orientation, wakelock and app permissions. See
156+
:ref:`bootstrap_build_options`.
157+
150158

151159

152160
Rebuild everything

0 commit comments

Comments
 (0)
0