From e6e21269a0a1160f75914ad5fa7ef9d4c839dd6b Mon Sep 17 00:00:00 2001 From: kyle <98747393+03y@users.noreply.github.com> Date: Thu, 16 Mar 2023 19:30:23 +0000 Subject: [PATCH] Update Debian dependencies to include libsecret (#4451) --- BUILDING_ON_LINUX.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING_ON_LINUX.md b/BUILDING_ON_LINUX.md index 5f80b2d39..95e89c84b 100644 --- a/BUILDING_ON_LINUX.md +++ b/BUILDING_ON_LINUX.md @@ -8,7 +8,7 @@ Note on Qt version compatibility: If you are installing Qt from a package manage _Most likely works the same for other Debian-like distros_ -Install all of the dependencies using `sudo apt install qttools5-dev qt5-image-formats-plugins libqt5svg5-dev libboost-dev libssl-dev libboost-system-dev libboost-filesystem-dev cmake g++` +Install all of the dependencies using `sudo apt install qttools5-dev qt5-image-formats-plugins libqt5svg5-dev libboost-dev libssl-dev libboost-system-dev libboost-filesystem-dev cmake g++ libsecret-1-dev` ### Arch Linux