Skip to content

Commit c81db13

Browse files
Adding missing OS dependencies for build-time
1 parent 8af95e7 commit c81db13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Creates cluster-consistent point-in-time backups of MongoDB via wrapping 'mongod
2929
To build on CentOS/RedHat, you wil need the following packages (see command):
3030

3131
```
32-
yum install python python-devel python-virtualenv gcc
32+
yum install python python-devel python-virtualenv gcc make libffi-devel openssl-devel
3333
```
3434

3535
To install to default '*/usr/local/bin/mongodb-consistent-backup*':

0 commit comments

Comments
 (0)