From c85e063e717cc7a78b78667621fc9017aa5f72e6 Mon Sep 17 00:00:00 2001 From: Federico Terzi Date: Sun, 1 Aug 2021 21:51:13 +0200 Subject: [PATCH] feat(docs): add required packages to compilation docs on Ubuntu --- Compilation.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Compilation.md b/Compilation.md index 25bee5e..d141c6b 100644 --- a/Compilation.md +++ b/Compilation.md @@ -24,6 +24,11 @@ cargo install --force cargo-make Espanso on Linux comes in two different flavors: one for X11 and one for Wayland. If you don't know which one to choose, follow these steps to determine which one you are running: https://unix.stackexchange.com/a/325972 +### Necessary packages + +If compiling on Ubuntu X11: +* `sudo apt install libx11-dev libxtst-dev libxkbcommon-dev libdbus-1-dev libwxgtk3.0-gtk3-dev` + ### AppImage The AppImage is a convenient format to distribute Linux applications, as besides the binary,