Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 388 Bytes

File metadata and controls

20 lines (17 loc) · 388 Bytes

compbio

The Penn State University Comp Bio Computing Framework

How to build on linux and Mac

cd compbio
mkdir build
cd build
ccmake ..
make -j 8

How to build on Windows

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 ..