Open Georgefwt opened 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.
Could NOT find OpenEXR
missing CHOLMOD
fatal error: GL/gl.h: No such file or directory
make
I sincerely suggest that the README should have an update.
My os is Ubuntu 20.04LTS. For me, Install the dependencies in README seems not enough. here's what I installed:
the first line can solve
Could NOT find OpenEXR
issue second line solvemissing CHOLMOD
3rd and 4th lines helps to solvefatal error: GL/gl.h: No such file or directory
undermake
process.I sincerely suggest that the README should have an update.