Remove compilation recipe for Ubuntu 15.04 since it has been EOL for six years

martinhsv 2022-02-01 09:39:46 -05:00
parent 6b15e9c33b
commit 7b60d120dd

@ -14,10 +14,9 @@ If your distribution is missing and you manage to compile it, don't forget to ad
4. [Amazon Linux 2](#amazon-linux-2)
5. [CentOS 6.x](#centos-6x)
6. [CentOS 6.5](#centos-65-minimal)
7. [Ubuntu 15.04](#ubuntu-1504)
8. [Mac OSX 10.13](#mac-osx-1013)
9. [AWS Linux - RPM](#aws-linux-rpm)
10. [CentOS 7 - RPM](#centos-7-rpm)
7. [Mac OSX 10.13](#mac-osx-1013)
8. [AWS Linux - RPM](#aws-linux-rpm)
9. [CentOS 7 - RPM](#centos-7-rpm)
## Centos 7 Minimal
@ -312,26 +311,6 @@ make
make install
```
## Ubuntu 15.04
Provided by @m2n and @akoul
### libModSecurity
```sh
$ sudo apt-get install g++ flex bison curl doxygen libyajl-dev libgeoip-dev libtool dh-autoreconf libcurl4-gnutls-dev libxml2 libpcre++-dev libxml2-dev
$ cd /opt/
$ git clone https://github.com/SpiderLabs/ModSecurity
$ cd ModSecurity/
$ git checkout -b v3/master origin/v3/master
$ sh build.sh
$ git submodule init
$ git submodule update #[for bindings/python, others/libinjection, test/test-cases/secrules-language-tests]
$ ./configure
$ make
$ make install
```
## Mac OSX 10.13
Sent by @scottcc (See: #1907)