mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-03 05:48:42 +03:00
14 lines
516 B
ReStructuredText
14 lines
516 B
ReStructuredText
.. _doc_compiling_for_visionos:
|
|
|
|
Compiling for visionOS
|
|
======================
|
|
|
|
.. seealso::
|
|
|
|
This page describes how to compile visionOS export template binaries from source.
|
|
If you're looking to export your project to visionOS instead, see :ref:`doc_exporting_for_visionos`.
|
|
|
|
Compiling instructions for visionOS are currently identical to
|
|
:ref:`doc_compiling_for_ios`, except you should replace instances of
|
|
``platform=ios`` with ``platform=visionos`` in the SCons options.
|
|
See the linked page for details. |