... | @@ -6,8 +6,6 @@ Arachni will run in any *nix environment (including Cygwin for Windows users) |
... | @@ -6,8 +6,6 @@ Arachni will run in any *nix environment (including Cygwin for Windows users) |
|
that satisfies the following dependencies:
|
|
that satisfies the following dependencies:
|
|
|
|
|
|
* ruby1.9.3
|
|
* ruby1.9.3
|
|
* libsqlite3-devel
|
|
|
|
* libsql3.0
|
|
|
|
* libffi4
|
|
* libffi4
|
|
* gcc4
|
|
* gcc4
|
|
* gcc4-core
|
|
* gcc4-core
|
... | @@ -112,7 +110,7 @@ Arachni as if you were on a Linux system. |
... | @@ -112,7 +110,7 @@ Arachni as if you were on a Linux system. |
|
[Download Cygwin's setup file](http://cygwin.com/setup.exe), open up a terminal,
|
|
[Download Cygwin's setup file](http://cygwin.com/setup.exe), open up a terminal,
|
|
move to the directory of ```setup.exe``` and run the following command:
|
|
move to the directory of ```setup.exe``` and run the following command:
|
|
|
|
|
|
setup.exe -q -R c:\cygwin -l c:\cygwin-packages -P libsqlite3-devel,libsql3_0,libffi4,gcc4,gcc4-core,gcc4-g++,libxml2-devel,make,openssl-devel,pkg-config,git,libxslt,libxslt-devel,libopenssl098,tcltk,libxml2,libmpfr4,libcurl-devel,libcurl,ruby,libyaml-devel,libyaml0_2,yaml
|
|
setup.exe -q -R c:\cygwin -l c:\cygwin-packages -P libffi4,gcc4,gcc4-core,gcc4-g++,libxml2-devel,make,openssl-devel,pkg-config,git,libxslt,libxslt-devel,libopenssl098,tcltk,libxml2,libmpfr4,libcurl-devel,libcurl,ruby,libyaml-devel,libyaml0_2,yaml
|
|
|
|
|
|
Choose your preferred download mirror, click next during package selection and
|
|
Choose your preferred download mirror, click next during package selection and
|
|
wait for the setup to finish and then hit enter and run the following command:
|
|
wait for the setup to finish and then hit enter and run the following command:
|
... | | ... | |