From c046153118f624a053d921f3e68c384bdca518c1 Mon Sep 17 00:00:00 2001 From: Baruch Even Date: Thu, 5 Nov 2015 22:38:18 +0200 Subject: [PATCH] Update dependencies needed in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 64bbab9..2fdd37d 100644 --- a/README.md +++ b/README.md @@ -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.)