From e191930684ba6ee08b76bb8ee13d3b5aaf54f960 Mon Sep 17 00:00:00 2001 From: Tigran Aivazian Date: Sat, 6 Oct 2012 13:17:21 +0100 Subject: [PATCH] Mention patch in the pre-requisites for building. On FC17 patch(1) command is not installed by default. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee48f0504..e23f0b3a0 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Follow these steps: * install popen_noshell sources into subfolder "popen-noshell" * automatically fetch thirdparty sources with Makefile: - * make sure you have wget, unzip, git and svn installed + * make sure you have patch, wget, unzip, git and svn installed * run `make fetchthirdparty`. * adapt Makefile to your needs