Skip to content

Commit e94c8c6

Browse files
authored
Merge pull request #9 from flxxyz/patch-1
fix: install deps
2 parents 8541bf8 + 3dd9889 commit e94c8c6

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,14 +128,15 @@ Mac OS X Requirements
128128
xcode-select --install
129129
brew update
130130
brew install mercurial
131+
brew install util-linux
131132
```
132133
133134
Linux Requirements
134135
==================
135136
136137
Debian/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
140141
Redhat/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
159162
Vendoring Native Code and Dependencies
160163
==================================================

0 commit comments

Comments
 (0)