The Penn State University Comp Bio Computing Framework
cd compbio
mkdir build
cd build
ccmake ..
make -j 8
You will need gcc (c and g++), git, make, cmake, python (version 3 has been tested) and kivy.
then it is similar to linux and mac instructions, i.e.: cd compbio mkdir build cd build ccmake ..