build-all: make BonsaiViewer a normal target, built by default

Can be skipped using `--without-BonsaiViewer` as any other target, if
needed.
This commit is contained in:
Andrej730
2026-08-31 14:58:23 +05:00
parent d0119479a4
commit da28d127d7
5 changed files with 10 additions and 12 deletions
+2 -2
View File
@@ -33,9 +33,9 @@ uses — is ``nix/build-all.py``. It downloads and compiles every dependency
.. code-block:: bash
BUILD_BONSAIVIEWER=ON python3 ./nix/build-all.py
python3 ./nix/build-all.py
Setting ``BUILD_BONSAIVIEWER=ON`` pulls in the ``BonsaiViewer`` and ``qt6``
By default, the script pulls in the ``BonsaiViewer`` and ``qt6``
targets along with their dependencies. This is self-contained but slow on a
cold checkout, because it builds the whole dependency stack from source. The
finished executable lands under the platform build tree, e.g.