Hello,
I am developing an iBus library , I tested with ubuntu and arch, can any of you please give me the equivalent of these ubuntu/arch packages of Fedora so that I can add build instruction for Fedora too ?
build-essential cmake libibus-1.0-dev qt5-default qtdeclarative5-dev - UBUNTU
base-devel cmake qt5-base qtdeclarative libibus - ARCH
Thanks
Junayeed Ahnaf wrote:
Hello,
I am developing an iBus library , I tested with ubuntu and arch, can any of you please give me the equivalent of these ubuntu/arch packages of Fedora so that I can add build instruction for Fedora too ?
build-essential cmake libibus-1.0-dev qt5-default qtdeclarative5-dev - UBUNTU
base-devel cmake qt5-base qtdeclarative libibus - ARCH
this should get you close (run as root or via sudo):
dnf install @buildsys-build cmake qt5-qtdeclarative-devel ibus-devel