mirror of
https://github.com/LizardByte/Sunshine.git
synced 2024-11-18 11:10:04 +00:00
293ee266af
- Remove readme.md files
36 lines
1.0 KiB
ReStructuredText
36 lines
1.0 KiB
ReStructuredText
:github_url: https://github.com/SunshineStream/Sunshine/tree/nightly/docs/source/building/build.rst
|
|
|
|
Build
|
|
=====
|
|
Sunshine binaries are built using `CMake <https://cmake.org/>`_. Cross compilation is not
|
|
supported. That means the binaries must be built on the target operating system and architecture.
|
|
|
|
Building Locally
|
|
----------------
|
|
|
|
Clone
|
|
^^^^^
|
|
Ensure `git <https://git-scm.com/>`_ is installed and run the following:
|
|
|
|
.. code-block:: bash
|
|
|
|
git clone https://github.com/sunshinestream/sunshine.git --recurse-submodules
|
|
cd sunshine && mkdir build && cd build
|
|
|
|
Compile
|
|
^^^^^^^
|
|
See the section specific to your OS.
|
|
|
|
- :ref:`Linux <building/linux:linux>`
|
|
- :ref:`MacOS <building/macos:macos>`
|
|
- :ref:`Windows <building/windows:windows>`
|
|
|
|
Remote Build
|
|
------------
|
|
It may be beneficial to build remotely in some cases. This will enable easier building on different operating systems.
|
|
|
|
#. Fork the project
|
|
#. Activate workflows
|
|
#. Trigger the `CI` workflow manually
|
|
#. Download the artifacts/binaries from the workflow run summary
|