Sorry I’m a bit new to using cmake, which output are you wanting specifically, I want to avoid spamming ya’ll with a wall of text? You were right about dependencies, I’ve managed to get beyond this error by checking dependencies and installing a couple that were missing, however I’m now stuck on a new error:
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
X11_Xmu_LIB (ADVANCED)
linked by target “gui” in directory /home/dustiest/ngsolve/ngsolve-src/external_dependencies/netgen/ng
linked by target “netgen” in directory /home/dustiest/ngsolve/ngsolve-src/external_dependencies/netgen/ng
linked by target “nglib” in directory /home/dustiest/ngsolve/ngsolve-src/external_dependencies/netgen/nglib
In case you still have problems, check out the build instructions. Although they are written for Ubuntu, it shouldn’t be a problem to figure out the corresponding package names for CentOS.