Rostlab/ConSurf

installing rate4site on vagrant box (OS=debian/wheezy64)

GrimSmiler opened this issue · 2 comments

Problem: sudo apt-get install rate4site returns unable to find package

Solution 1 (using deb package):

  1. download deb package from here
  2. run dpkg -i /path/to/deb/package/

Solution 2 (using sources):

  1. download sources from here
  2. run make, this will result in creation of executable rate4site
  3. 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.