Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 867 Bytes

File metadata and controls

29 lines (24 loc) · 867 Bytes

Building from Source

For advanced users and developers who want to customize or debug Basilisk. For most users the precompiled version available on PyPI is sufficient. See the :ref:`Install Instructions <bskInstall>` for more information.

Note

To use custom C++ modules, Basilisk must be built from source. The prebuilt PyPI wheels are designed for most users and include all standard features, but they do not yet support linking external C++ modules. We're actively exploring ways to enable this in future releases.

.. toctree::
   :maxdepth: 1
   :caption: Contents:

   Build/pullCloneBSK
   Build/installOnLinux
   Build/installOnMacOS
   Build/installOnWindows
   Build/installBuild
   Build/buildExtModules
   Build/customPython
   Build/installBuildConan
   Build/pipInstall
   Build/containers