First commit done from gentoo!

This commit is contained in:
tomit4 2025-11-30 17:31:07 -08:00
parent 9da856b081
commit 51f139f681
10 changed files with 96 additions and 6 deletions

View file

@ -5,16 +5,27 @@ git clone https://github.com/espanso/espanso
Install wxwidgets
If on Arch/Artix:
doas pacman -S wxwidgets
If on Gentoo:
https://wiki.wxwidgets.org/Installing_and_configuring_under_Gentoo
https://packages.gentoo.org/packages/x11-libs/wxGTK
cd espanso
To turn off notifications, simply cp from this directory the notifications.rs file to the ~/$CLONE_DIR/espanso/espanso/src/cli/worker/ui/ directory before compiling.
cp notification.rs ~/$CLONE_DIR/espanso/espanso/src/cli/worker/ui/notification.rs
cargo install --force cargo-make --version 0.34.0
cargo make --profile release build-binary
# Deprecated:
# cargo install --force cargo-make --version 0.34.0
# cargo make --profile release build-binary
cargo build -p espanso --release --no-default-features --features vendored-tls,modulo
doas mv target/release/espanso /usr/bin/espanso
Copy xinitrc.txt which calls espanso at beginning