Closed ronghanghu closed 5 years ago
It seems that on ubuntu, the libglew-dev is another necessary dependency to run cmake, which can be installed with sudo apt-get install libglew-dev
sudo apt-get install libglew-dev
We have now provided a docker build, which should mitigate dependency pain as well.
It seems that on ubuntu, the libglew-dev is another necessary dependency to run cmake, which can be installed with
sudo apt-get install libglew-dev