Updated build instructions for Fedora

This commit is contained in:
Chaim Sanders 2015-09-01 12:15:45 -04:00 committed by Felipe Zimmerle
parent 9a0c9d4938
commit 8675383c0d

View File

@ -65,8 +65,7 @@ $ cd /opt/
$ wget http://nginx.org/download/nginx-1.9.2.tar.gz
$ tar -xvzf nginx-1.9.2.tar.gz
$ yum install zlib-devel
$ ./configure --add-module=/opt/ModSecurity-nginx
```
$ ./configure --add-module=/opt/ModSecurity-nginx```
On unix the project uses autotools to help the compilation process.