File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -128,14 +128,15 @@ Mac OS X Requirements
128128xcode-select --install
129129brew update
130130brew install mercurial
131+ brew install util-linux
131132```
132133
133134Linux Requirements
134135==================
135136
136137Debian/Ubuntu
137138==================
138- sudo apt-get install curl git mercurial make binutils bison gcc build-essential
139+ sudo apt-get install curl git mercurial make binutils bison gcc build-essential bsdmainutils
139140
140141Redhat/Centos
141142==================
@@ -146,6 +147,7 @@ Redhat/Centos
146147 sudo yum install bison
147148 sudo yum install gcc
148149 sudo yum install glibc-devel
150+ sudo yum install util-linux
149151
150152 * Install Mercurial from http://pkgs.repoforge.org/mercurial/
151153
@@ -155,6 +157,7 @@ FreeBSD Requirements
155157 sudo pkg_add -r bash
156158 sudo pkg_add -r git
157159 sudo pkg_add -r mercurial
160+
158161
159162Vendoring Native Code and Dependencies
160163==================================================
You can’t perform that action at this time.
0 commit comments