ultravideo / Open3DGen

Open-Source software for reconstructing textured 3D models from RGB-D images
MIT License
118 stars 24 forks source link

Test on Ubuntu 20.04 #3

Open levenberg opened 2 years ago

levenberg commented 2 years ago

Have you tested on Ubuntu 20.04? When I install it, third-party libs like open3d cannot be installed using apt. When I build from the source of open3d, it needs cmake version above 3.19.2. However, if I remove cmake 3.16, my other projects need to reconfigure. Do you have any idea?

leelaser commented 2 years ago

cmake-gui 3.23....

teo3n commented 2 years ago

I would recommend using update alternatives to temporarily set the default cmake version used. This way you could have multiple versions of cmake installed.

leelaser commented 2 years ago

You can use sudo snap install cmake -- classic, and then use cmake-gui. In this way, you can also configure open3d, and finally make, This will not affect the cmake version in the original system

jiajigiser commented 1 year ago

I would recommend using update alternatives to temporarily set the default cmake version used. This way you could have multiple versions of cmake installed.

have you success finally?which version of open3d have you installed?Thanks