|
# Installation instructions -- v0.4.3
|
|
# Installation instructions -- v1.0
|
|
|
|
|
|
**Per-platform instructions:**
|
|
**Per-platform instructions:**
|
|
|
|
|
|
* [Linux](#linux)
|
|
* [Linux](#linux)
|
|
* [OSX](#osx)
|
|
* [OSX](#osx)
|
|
* [*nix](#nix)
|
|
* [*nix](#nix)
|
... | @@ -31,24 +32,9 @@ all its dependencies. |
... | @@ -31,24 +32,9 @@ all its dependencies. |
|
|
|
|
|
Arachni will run in any *nix environment that satisfies the following dependencies:
|
|
Arachni will run in any *nix environment that satisfies the following dependencies:
|
|
|
|
|
|
* ruby1.9.3
|
|
* Ruby 1.9.3 or higher (preferrably 2.1.2).
|
|
* libffi4
|
|
* libcurl with OpenSSL support.
|
|
* gcc4
|
|
* C/C++ compilers and GNU make in order to build the necessary extensions.
|
|
* gcc4-core
|
|
|
|
* gcc4-g++
|
|
|
|
* libxml2-devel
|
|
|
|
* make
|
|
|
|
* openssl-devel
|
|
|
|
* pkg-config
|
|
|
|
* libxslt
|
|
|
|
* libxslt-devel
|
|
|
|
* libopenssl098
|
|
|
|
* libxml2
|
|
|
|
* libmpfr4
|
|
|
|
* libcurl-devel (< 4.29.0)
|
|
|
|
* libcurl4 (< 4.29.0)
|
|
|
|
* libyaml-devel
|
|
|
|
* libyaml
|
|
|
|
|
|
|
|
<em>This is about installing the [Arachni Framework](https://github.com/Arachni/arachni)
|
|
<em>This is about installing the [Arachni Framework](https://github.com/Arachni/arachni)
|
|
only and does not include the [WebUI](https://github.com/Arachni/arachni-ui-web).</em>
|
|
only and does not include the [WebUI](https://github.com/Arachni/arachni-ui-web).</em>
|
... | | ... | |