peteanderson80 / Matterport3DSimulator

AI Research Platform for Reinforcement Learning from Real Panoramic Images.
Other
503 stars 130 forks source link

Missing additional dependency libglew-dev #18

Closed ronghanghu closed 5 years ago

ronghanghu commented 6 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

peteanderson80 commented 5 years ago

We have now provided a docker build, which should mitigate dependency pain as well.