File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed
Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -130,13 +130,13 @@ well as the requirements::
130130
131131You can also replace flask with another web framework.
132132
133- 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
136136Build 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
142142To build your application, you need to have a name, version, a package
@@ -147,6 +147,14 @@ requirements::
147147
148148Add your required modules in place of ``your_requirements ``,
149149e.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
152160Rebuild everything
You can’t perform that action at this time.
0 commit comments