From 3dd9889d440858c901b0a40b507856dce32a4870 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=80=E4=B8=AA=E4=B8=8D=E7=9F=A5=E5=90=8D=E3=81=AE?= =?UTF-8?q?=E7=9D=A1=E8=A7=89=E9=AB=98=E6=89=8B?= Date: Sun, 24 Sep 2023 21:34:50 +0800 Subject: [PATCH] fix: install deps ERROR: GVM couldn't find hexdump --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7006053..6dbe0a1 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,7 @@ Mac OS X Requirements xcode-select --install brew update brew install mercurial +brew install util-linux ``` Linux Requirements @@ -135,7 +136,7 @@ Linux Requirements Debian/Ubuntu ================== - sudo apt-get install curl git mercurial make binutils bison gcc build-essential + sudo apt-get install curl git mercurial make binutils bison gcc build-essential bsdmainutils Redhat/Centos ================== @@ -146,6 +147,7 @@ Redhat/Centos sudo yum install bison sudo yum install gcc sudo yum install glibc-devel + sudo yum install util-linux * Install Mercurial from http://pkgs.repoforge.org/mercurial/ @@ -155,6 +157,7 @@ FreeBSD Requirements sudo pkg_add -r bash sudo pkg_add -r git sudo pkg_add -r mercurial + Vendoring Native Code and Dependencies ==================================================