pmoulon / CMVS-PMVS

This software (CMVS) takes the output of a structure-from-motion (SfM) software as input, then decomposes the input images into a set of image clusters of managable size. An MVS software can be used to process each cluster independently and in parallel, where the union of reconstructions from all the clusters should not miss any details that can be otherwise obtained from the whole image set. CMVS should be used in conjunction with an SfM software Bundler and an MVS software PMVS2 (PMVS version 2).
http://opensourcephotogrammetry.blogspot.com/
939 stars 464 forks source link

Suggested linux distro - libgfortran.so.3 #43

Closed canonex closed 4 years ago

canonex commented 4 years ago

I'm trying to run CMVS-PMVS in Debian 10 but linux binaries ( in OutputLinux32-gcc4.4.1 ) returns an error: error while loading shared libraries: libgfortran.so.3: cannot open shared object file: No such file or directory

Are they for Linux 32bit as the name suggests? Debian 10 packages only contain libgfortran from version 4 and it is difficult to rebuild the whole ecosystem to rebuild libgfortran3.

which distribution can I use so that it works smoothly (compiling software is not really my area of expertise)?

Thank you, Riccardo

pmoulon commented 4 years ago

I see two possible choices:

canonex commented 4 years ago

Thank you, a symbolic link works.

pmoulon commented 4 years ago

Have fun!