Skip to content

Kali Linux এ কীভাবে Open Bangla ইন্সটল করবো? #301

Answered by mominul
gregs484 asked this question in Q&A
Discussion options

You must be logged in to vote

You will have to compile OpenBangla Keyboard by yourself. You'll need the following packages to be installed:

  • Git
  • GNU GCC, G++ compiler
  • Rust 1.34.0 or later
  • GNU Make
  • CMake
  • Qt 5.5 or later
  • iBus & ibus development library
  • Zstandard compression library (zstd)

Afterwise you have to run the following commands

git clone --recursive https://github.com/OpenBangla/OpenBangla-Keyboard.git
cd OpenBangla-Keyboard
mkdir build && cd build
cmake ..
make
sudo make install

This will install OBK on your system. Now you will have to configure your desktop environment.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by gregs484
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants