Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: GVM couldn't find hexdump #447

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,14 +128,15 @@ Mac OS X Requirements
xcode-select --install
brew update
brew install mercurial
brew install util-linux
```

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
==================
Expand All @@ -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/

Expand All @@ -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
==================================================
Expand Down