... | ... | @@ -89,16 +89,11 @@ Arachni as if you were on a Linux system. |
|
|
### <a id="windows-manual" href="#windows-manual">Manual installation</a>
|
|
|
|
|
|
[Download Cygwin's setup file](http://cygwin.com/setup.exe), open up a terminal,
|
|
|
move to the directory of ```setup.exe``` and issue:
|
|
|
move to the directory of ```setup.exe``` and run the following commands:
|
|
|
|
|
|
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
|
|
|
|
|
|
Choose your preferred download mirror and the directory in which to save the
|
|
|
downloaded packages for future use, click next during package selection
|
|
|
and wait for the setup to finish.
|
|
|
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:
|
|
|
|
|
|
Once that's done, paste this into a _Run_ prompt:
|
|
|
|
|
|
c:\cygwin\bin\bash.exe -c "PATH=/usr/bin; cd; git clone git://github.com/djberg96/sys-proctable.git; cd sys-proctable; mkdir -p /usr/lib/ruby/site_ruby/1.9.1/sys; rake install; gem build sys-proctable.gemspec; gem install ./sys-proctable-*-x86-cygwin.gem; gem install arachni"
|
|
|
|
|
|
And you're good to go. :) |
|
|
c:\cygwin\bin\bash.exe -c "PATH=/usr/bin; mkdir -p /home/%username%; cd /home/arachni/; git clone git://github.com/djberg96/sys-proctable.git; cd sys-proctable; mkdir -p /usr/lib/ruby/site_ruby/1.9.1/sys; rake install; gem build sys-proctable.gemspec; gem install ./sys-proctable-*-x86-cygwin.gem; gem install arachni" |