From 9cd9f7f11e9bb0a11c31e1401e99a716014e444c Mon Sep 17 00:00:00 2001 From: Chaim Sanders Date: Mon, 31 Aug 2015 20:18:18 -0400 Subject: [PATCH] Updated readme to reflect required Fedora packages --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 454bc4a6..5f27aa99 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ As a dynamic library, don’t forget that libmodsecurity must be installed to a Several individuals have been building the project on Fedora (22 or later). We were able to get it to build using the following packages. These packages have no been thoroughly tested yet so compile at your own risk. -```sudo dnf install gcc-c++, flex, bison, curl-devel curl, yajl, yajl-devel, GeoIP-devel``` +```sudo dnf install gcc-c++ flex bison curl-devel curl yajl yajl-devel GeoIP-devel``` On unix the project uses autotools to help the compilation process.