about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAugustus <wangdw.augustus@qq.com>2022-07-07 17:01:36 +0800
committerAugustus <wangdw.augustus@qq.com>2022-07-07 17:01:36 +0800
commit32c4be47738a9e53de0da108dfbd134017d38b71 (patch)
tree45fefc7f283e47a4ea50e2b66b1abeacba4eb308
parent40947508037b874020c8dd1251359fecaab04b9d (diff)
downloadafl++-32c4be47738a9e53de0da108dfbd134017d38b71.tar.gz
add missing dependencies for "make source-only"
-rw-r--r--docs/INSTALL.md1
1 files changed, 1 insertions, 0 deletions
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
 ```