From 34b399c05a3563dfe63a523bf3965a0438cd8d59 Mon Sep 17 00:00:00 2001 From: Bruno Cabral Date: Wed, 27 Oct 2021 18:37:44 -0700 Subject: [PATCH] update build.md update dependencies list --- docs/build.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/build.md b/docs/build.md index 2facca7..7bb8364 100644 --- a/docs/build.md +++ b/docs/build.md @@ -25,6 +25,9 @@ - rpm - rpmbuild - dpkg +- python (can't be just python3, can't be user alias) +- libsecret-1-dev +- imagemagick ### MacOS @@ -70,4 +73,4 @@ export OS_NAME=linux export VSCODE_ARCH=x64 ./build.sh -``` \ No newline at end of file +```