From 1ef601a79b87e60e68529d11b153e4311f78a6ba Mon Sep 17 00:00:00 2001 From: Pavlo Rudy Date: Sun, 12 Dec 2021 23:08:34 +0200 Subject: [PATCH] sync build dependencies with MS VSC docs --- docs/build.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/build.md b/docs/build.md index 7bb8364..8d96c46 100644 --- a/docs/build.md +++ b/docs/build.md @@ -18,6 +18,9 @@ ### Linux +- GCC +- make +- pkg-config - libx11-dev - libxkbfile-dev - libsecret-1-dev @@ -25,9 +28,9 @@ - rpm - rpmbuild - dpkg -- python (can't be just python3, can't be user alias) +- python3 - libsecret-1-dev -- imagemagick +- imagemagick (for AppImage) ### MacOS @@ -37,6 +40,8 @@ - sed - 7z - [WiX Toolset](http://wixtoolset.org/releases/) +- python2 +- 'Tools for Native Modules' from official Node.js installer ## Build Scripts