Initial commit

This commit is contained in:
Cody Young (horiba)
2025-12-22 19:52:55 +00:00
commit e18f1909ed
9 changed files with 233 additions and 0 deletions

14
install.sh Executable file
View File

@@ -0,0 +1,14 @@
#!/usr/bin/env bash
sudo apt update && apt install -y fcitx5 fcitx5-configtool fcitx5-frontend-qt5 fcitx5-frontend-qt6 fcitx5-frontend-gtk3 fcitx5-frontend-gtk4 cmake extra-cmake-modules gcc git make build-essential libfcitx5core-dev fcitx5-modules-dev gettext git
git clone https://github.com/Maik-0000FF/schnelle-umlaute.git
patch schnelle-umlaute/addon/build.sh < build-ubuntu.patch
cd schnelle-umlaute/addon
./build.sh
cd build
sudo make install