Skip to content
devlinman edited this page Feb 3, 2026 · 17 revisions

Welcome to the whatsit wiki!

Important Notes

  • Check Notes for important information.

Config Options

  • Check Config Files for information about configuration of the App.
  • Check Paths for information about file paths and storage locations used by the App.

Build & Install

  • Check build with PKGBUILD (dev) for information on building using PKGBUILD and makepkg, on Arch.

    • This is different from AUR PKGBUILD. This is meant for development purposes.
  • Check build-from-source for information on building using git clone and CMake.

    • This is useful for building for other distributions.

Other

Licensing

  • Check your licensing with a command like this:
$ pacman -Qi qt6-webengine | grep License -A1
Licenses        : GPL-3.0-only  LGPL-3.0-only  LicenseRef-Qt-Commercial  Qt-GPL-exception-1.0
Groups          : qt6

Clone this wiki locally