mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 18:29:11 +00: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. |