CloudCompare / CloudComPy

Python wrapper for CloudCompare
Other
292 stars 41 forks source link

Ubuntu installation problem #174

Open pedrozamboni opened 5 months ago

pedrozamboni commented 5 months ago

Hi, I'm trying to install CloudComPy310 using conda on Ubuntu and I'm having this error:

CMake Error at CMakeLists.txt:83 (add_subdirectory): The source directory

/home/pedro/projets/CloudComPy/CloudComPy/CloudCompare

does not contain a CMakeLists.txt file.

I checked and the /home/pedro/projets/CloudComPy/CloudComPy/CloudCompare folder is empty. Does anyone know how to proceed?

prascle commented 5 months ago

Hello, When cloning sources, you must include the submodules: git clone --recurse-submodules https://github.com/CloudCompare/CloudComPy.git Best regards, Paul