fwilliams / surface-reconstruction-benchmark

A working copy of the code from "A Benchmark for Surface Reconstruction" by Berger et. Al
BSD 2-Clause "Simplified" License
46 stars 13 forks source link

Missing Dependencies in README #9

Open Georgefwt opened 3 years ago

Georgefwt commented 3 years ago

My os is Ubuntu 20.04LTS. For me, Install the dependencies in README seems not enough. here's what I installed:

sudo apt-get install libopenexr-dev
sudo apt-get install libsuitesparse-dev
sudo apt-get install mesa-common-dev
sudo apt-get install libgl1-mesa-dev libglu1-mesa-dev

the first line can solve Could NOT find OpenEXR issue second line solve missing CHOLMOD 3rd and 4th lines helps to solve fatal error: GL/gl.h: No such file or directory under make process.

I sincerely suggest that the README should have an update.