Updated build instructions for Fedora

This commit is contained in:
Chaim Sanders 2015-09-01 12:14:16 -04:00 committed by Felipe Zimmerle
parent 84eba7ad1a
commit 9a0c9d4938

View File

@ -65,7 +65,8 @@ $ 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.