Compilling and Installing OBK from develop branch #420
codayon
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Dependencies
Arch Linux (pacman)
Debian (apt)
Fedora (dnf)
openSUSE (zypper)
sudo zypper in libQt5Core-devel libQt5Widgets-devel libQt5Network-devel libzstd-devel libzstd1 cmake make ninja rust clang gcc patterns-devel-base-devel_basis git fcitx5-devel fcitx5 fcitx5-configtoolVoid Linux (xbps)
NOTE: This part is taken from here because I'm not aware of what the exact package names are in different distributions
Compiling and Installing
Clone the repository recursively:
Navigate to the repository:
cd OpenBangla-KeyboardSwitch to the
developbranch and update submodules:git checkout develop && git submodule updateCreate and enter a build directory:
Configure the build with CMake:
cmake .. -DENABLE_IBUS=OFF -DENABLE_FCITX=ON -DCMAKE_INSTALL_PREFIX="/usr"Compile and install:
make && sudo make installEnvironment Setup
/etc/environmentMiscellaneous
Check out OpenBangla Script (unofficial), If you want to automate the process of compiling and installing
For issues or further details, check the OpenBangla Keyboard repository
Beta Was this translation helpful? Give feedback.
All reactions