about summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorAugustus <wangdw.augustus@qq.com>2022-07-07 18:48:02 +0800
committerAugustus <wangdw.augustus@qq.com>2022-07-07 18:48:02 +0800
commit72344a2f5fdb658426fa4a49ce80f1bf28a027ca (patch)
treee06c93e4b6b7623e43e321442ba1929529a9c9d8 /docs
parent32c4be47738a9e53de0da108dfbd134017d38b71 (diff)
downloadafl++-72344a2f5fdb658426fa4a49ce80f1bf28a027ca.tar.gz
move the apt call
Diffstat (limited to 'docs')
-rw-r--r--docs/INSTALL.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/INSTALL.md b/docs/INSTALL.md
index 7e474528..9036a1f1 100644
--- a/docs/INSTALL.md
+++ b/docs/INSTALL.md
@@ -26,7 +26,7 @@ whatever llvm version is available!
 
 ```shell
 sudo apt-get update
-sudo apt-get install -y build-essential python3-dev automake cmake git flex bison libglib2.0-dev libpixman-1-dev python3-setuptools
+sudo apt-get install -y build-essential python3-dev automake cmake git flex bison libglib2.0-dev libpixman-1-dev python3-setuptools cargo libgtk-3-dev
 # try to install llvm 12 and install the distro default if that fails
 sudo apt-get install -y lld-12 llvm-12 llvm-12-dev clang-12 || sudo apt-get install -y lld llvm llvm-dev clang
 sudo apt-get install -y gcc-$(gcc --version|head -n1|sed 's/\..*//'|sed 's/.* //')-plugin-dev libstdc++-$(gcc --version|head -n1|sed 's/\..*//'|sed 's/.* //')-dev
@@ -46,7 +46,6 @@ 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
 ```