installing rate4site on vagrant box (OS=debian/wheezy64)
GrimSmiler opened this issue · 2 comments
GrimSmiler commented
Problem: sudo apt-get install rate4site
returns unable to find package
GrimSmiler commented
Solution 1 (using deb package):
- download deb package from here
- run
dpkg -i /path/to/deb/package/
GrimSmiler commented
Solution 2 (using sources):
- download sources from here
- run
make
, this will result in creation of executable rate4site - in order to get rate4site_slow (it is required, see master branch README), just rename Makefile_slow to Makefile and run
make
again.
(!) Best to do step 3 in separately extracted folder, otherwise rate4site executable will be overwritten by the new one.