diff options
author | Augustus <wangdw.augustus@qq.com> | 2022-07-07 17:01:36 +0800 |
---|---|---|
committer | Augustus <wangdw.augustus@qq.com> | 2022-07-07 17:01:36 +0800 |
commit | 32c4be47738a9e53de0da108dfbd134017d38b71 (patch) | |
tree | 45fefc7f283e47a4ea50e2b66b1abeacba4eb308 | |
parent | 40947508037b874020c8dd1251359fecaab04b9d (diff) | |
download | afl++-32c4be47738a9e53de0da108dfbd134017d38b71.tar.gz |
add missing dependencies for "make source-only"
-rw-r--r-- | docs/INSTALL.md | 1 |
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 ``` |