From bf7df67286b9f42585ae678a1f4bd1d0875d51b1 Mon Sep 17 00:00:00 2001 From: StephanStS Date: Fri, 9 Sep 2022 02:11:25 +0200 Subject: [PATCH] Added zip and make at Debian minimal installation Compile errors due to missing packages occured. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8abfbc9d3..8e484ef86 100644 --- a/README.md +++ b/README.md @@ -65,8 +65,8 @@ Please download sciter dynamic library yourself. ### Ubuntu 18 (Debian 10) ```sh -sudo apt install -y g++ gcc git curl wget nasm yasm libgtk-3-dev clang libxcb-randr0-dev libxdo-dev \ - libxfixes-dev libxcb-shape0-dev libxcb-xfixes0-dev libasound2-dev libpulse-dev cmake \ +sudo apt install -y zip g++ gcc git curl wget nasm yasm libgtk-3-dev clang libxcb-randr0-dev libxdo-dev \ + libxfixes-dev libxcb-shape0-dev libxcb-xfixes0-dev libasound2-dev libpulse-dev cmake make \ libclang-dev ninja-build libayatana-appindicator3-1 libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libayatana-appindicator3-dev ```