soedinglab / hh-suite

Remote protein homology detection suite.
https://bmcbioinformatics.biomedcentral.com/articles/10.1186/s12859-019-3019-7
GNU General Public License v3.0
515 stars 128 forks source link

no bin directory generated when compile from source code #259

Open zhaoxvwahaha opened 3 years ago

zhaoxvwahaha commented 3 years ago

No bin directory generated when compile from source code following the intrduciton from wiki, but the ffindex* binaries are in the directory ./build/lib/ffindex/src/, and other other binaries such as hhblits_mpi are in ./build/src/, is there a problem with the compilation process?

milot-mirdita commented 3 years ago

When you call cmake with -DCMAKE_INSTALL_PREFIX=$LOCATION_TO_INSTALL and then call make install it will place all binaries at the correct location (in this case whatever is inside $LOCATION_TO_INSTALL).