Skip to content

Commit

Permalink
Update dependencies needed in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
baruch committed Nov 5, 2015
1 parent f8a3746 commit c046153
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -21,10 +21,10 @@ Also, badblocks is essentially obsolete in this day and age since the disks them
## Build

This project is using CMake, on Debian/Ubuntu it is as simple as:
apt-get install cmake make libtinfo-dev libncurses5-dev
apt-get install cmake make libtinfo-dev libncurses5-dev zlib1g-dev python-yaml

For RedHat/SuSe based distros you need to install ninja-build first and then:
yum install compat-libtermcap libtermcap-devel cmake
yum install compat-libtermcap libtermcap-devel cmake python-yaml zlib-devel

A Makefile is provided to avoid learning the ninja commands and do the non-build stuff (install, etc.)

Expand Down

0 comments on commit c046153

Please sign in to comment.