... | ... | @@ -111,7 +111,11 @@ move to the directory of ```setup.exe``` and run the following command: |
|
|
|
|
|
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
|
|
|
wait for the setup to finish and then hit enter and run the following command:
|
|
|
Then:
|
|
|
|
|
|
* Choose your preferred download mirror.
|
|
|
* During package selection, search for `libcurl`.
|
|
|
* Under the _Net_ category, click both `libcurl` and `libcurl-devel` versions until they become _7.8.1-2_.
|
|
|
* Wait for the setup to finish and then hit enter and run the following command:
|
|
|
|
|
|
c:\cygwin\bin\bash.exe -c "PATH=/usr/bin; mkdir -p /home/%username% && cd /home/%username% && 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" |