From 32c4be47738a9e53de0da108dfbd134017d38b71 Mon Sep 17 00:00:00 2001 From: Augustus Date: Thu, 7 Jul 2022 17:01:36 +0800 Subject: [PATCH] add missing dependencies for "make source-only" --- docs/INSTALL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 41ec8561..7e474528 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -46,6 +46,7 @@ assisting tooling compiled but are not interested in binary-only targets, then instead choose: ```shell +sudo apt install -y cargo libgtk-3-dev make source-only ```