LLNL / MemSurfer

MemSurfer is a software tool to compute bilayer membrane surfaces.
GNU General Public License v3.0
24 stars 9 forks source link

Build on Ubuntu16.04 requires several dependencies not satisfied by install_deps.sh #1

Closed hmacdope closed 3 years ago

hmacdope commented 4 years ago

The GMP package and MPFR packages are required to build the CGAL core libraries and are not installed prior to the attempted CGAL compile.

Manual installation of GMP and MPFR may be required on some platforms, or possibly circumvented by installing CGAL using apt "sudo apt-get install libcgal-dev"

and pointing MemSurfer in the right direction using export CGAL_ROOT=

Other than that thanks for all the hard work.

bhatiaharsh commented 3 years ago

thank you for pointing this out. i was indeed using those without realizing. I have not explicitly noted this down in the readme.