diff --git a/docs/getting-started/dependencies.mdx b/docs/getting-started/dependencies.mdx index 3ef51a1..bda1031 100644 --- a/docs/getting-started/dependencies.mdx +++ b/docs/getting-started/dependencies.mdx @@ -18,7 +18,7 @@ On Windows the [WebView2 Runtime](https://developer.microsoft.com/microsoft-edge -Saucer supports both WebKitGtk and Qt on Linux. The default backend is WebKitGtk, but it can be configured through the `saucer_backend` CMake variable. +Saucer supports both WebKitGtk and Qt5 as well as Qt6 on Linux. The default backend is WebKitGtk, but it can be configured through the `saucer_backend` CMake variable. Both Qt and WebKitGtk are well established in the Linux world and most systems have either of them installed already. In case you dont have either installed on your system, you may refer to your distribution on how to install the following packages: @@ -43,6 +43,15 @@ Package names may differ on your distribution!
  • qt5-qtwebchannel
  • qt5-qtbase-gui
  • qt5-qtbase
  • + + +...or if you're targetting Qt6: + +