Build instructions for Qt6

OVITO Basic and OVITO Pro program package include a binary version of the Qt libraries licensed under the GNU Lesser General Public License (LGPLv3). In accordance with the requirements of this license, this section gives instructions on how to obtain or rebuild compatible versions of these binaries from source.

Windows

OVITO for Windows is built against the original, unmodified binary DLLs of Qt 6.5.3 (MSVC 2019 64-bit) distributed by the Qt Company.

Linux

OVITO for Linux includes Qt libraries that have been built from the unmodified sources of Qt 6.5.3 distributed by the Qt Company. The following commands have been used to generate them:

# Build platform: CentOS 7 (Toolchain: GCC 10)
./configure \
  -opensource -confirm-license -shared -nomake examples -qt-libpng -qt-libjpeg -qt-pcre -xkbcommon -no-cups -pch -no-eglfs -no-linuxfb -fontconfig -libinput \
  -skip qtactiveqt -skip qtconnectivity -skip qt3d -skip qtcanvas3d -skip qtdatavis3d -skip qtcharts -skip qtlocation -skip qtsensors -skip qtdeclarative -skip qtdoc \
  -skip qtgraphicaleffects -skip qtmultimedia -skip qtquickcontrols -skip qtquickcontrols2 -skip qtpurchasing -skip qtremoteobjects -skip qtsensors \
  -skip qtserialport -skip qttranslations -skip qtwebchannel -skip qtgamepad -skip qtscript -skip qtserialbus -skip qtvirtualkeyboard \
  -skip qtwebengine -skip qtwebsockets -skip qtwebview -skip qtwebglplugin -skip qtxmlpatterns \
  -skip qt5compat -skip qtlottie -skip qtmqtt -skip qtopcua -skip qtquicktimeline -skip qtquick3d -skip qtquick3dphysics -skip qtscxml \
  -skip qtspeech -skip qtcoap -skip qthttpserver -skip qtpositioning -skip qtquickeffectmaker \
  -feature-vulkan -I $VULKAN_SDK/include -L $VULKAN_SDK/lib \
  -icu \
  -no-use-gold-linker -prefix /usr/local/lib/qt6
cmake --build . --parallel
cmake --install .

macOS

OVITO for macOS ships with a standard installation of Qt 6.3.2 distributed by the Qt Company.