|
# Installation instructions -- v0.4.3
|
|
# Installation instructions -- v0.4.3
|
|
|
|
|
|
Arachni will run in any *nix environment that satisfies the following dependencies:
|
|
|
|
|
|
|
|
* ruby1.9.3
|
|
|
|
* libffi4
|
|
|
|
* gcc4
|
|
|
|
* 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
|
|
|
|
|
|
|
|
**Per-platform instructions:**
|
|
**Per-platform instructions:**
|
|
* [Linux](#linux)
|
|
* [Linux](#linux)
|
|
* [OSX](#osx)
|
|
* [OSX](#osx)
|
|
* [*nix](#nix)
|
|
* [*nix](#nix)
|
|
* [Build scripts](#nix-build-scripts)
|
|
* [Build scripts](#nix-build-scripts)
|
|
* [Sourced based](#nix-source-based)
|
|
* [Source based](#nix-source-based)
|
|
* [Gem](#nix-gem)
|
|
* [Gem](#nix-gem)
|
|
* [Source](#nix-source)
|
|
* [Source](#nix-source)
|
|
|
|
|
... | @@ -50,11 +29,31 @@ all its dependencies. |
... | @@ -50,11 +29,31 @@ all its dependencies. |
|
|
|
|
|
### <a id="nix-source-based" href="#nix-source-based">Source based</a>
|
|
### <a id="nix-source-based" href="#nix-source-based">Source based</a>
|
|
|
|
|
|
|
|
Arachni will run in any *nix environment that satisfies the following dependencies:
|
|
|
|
|
|
|
|
* ruby1.9.3
|
|
|
|
* libffi4
|
|
|
|
* gcc4
|
|
|
|
* 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>
|
|
|
|
|
|
To work with the source or install the Gem you'll need the dependencies listed at the top
|
|
To work with the source or install the Gem you'll need the dependencies listed above.
|
|
of this page.
|
|
|
|
|
|
|
|
Please take into consideration that it is assumed that your system is suitably configured
|
|
Please take into consideration that it is assumed that your system is suitably configured
|
|
and that you will run the test suite in order to ensure that Arachni operates properly under
|
|
and that you will run the test suite in order to ensure that Arachni operates properly under
|
... | | ... | |