Closed anoopmsivadas closed 4 months ago
Apparently Ubuntu 20.04 repository has an older Fcitx5 version, and it lacks APIs that we use. The Meson setup stage would succeed with 20.04 if we install libfcitx5core-dev
, libfcitx5config-dev
, libfcitx5utils-dev
and a newer version of CMake from Kitware APT repo. But it would fail at compilation due to the Fcitx5 version.