Eigen is required ? #867
-
I get a fresh meshlab repository on my local machine. And when I want to compile it, I got the following message:
I need to install this Eigen component ? |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 1 reply
-
One more thing: the same is for GLEW:
I checked CMakeLists.txt regarding that:
I should manually setup somewhere this paths ? I am using Qt Creator only where I opened CMakeLists.txt from src folder. |
Beta Was this translation helpful? Give feedback.
-
Both eigen and glew are not required to be installed in the system. |
Beta Was this translation helpful? Give feedback.
-
Thank you for your time and patience. Something is puzzle me. I have the right configuration, I guess: but when I try to run CMakeLists.txt from src folder:
but something went wrong, because I cannot built it: Strange ... |
Beta Was this translation helpful? Give feedback.
-
Just to be sure: did you clone the repo using the |
Beta Was this translation helpful? Give feedback.
-
Sorry for late response, yes, there is a vcglib folder, but is empty: I will try to do another clone and giveyou feedback. Thank you so much !!! |
Beta Was this translation helpful? Give feedback.
Just to be sure: did you clone the repo using the
--recursive
flag? Could you check if thevcglib
directory is present insidesrc
?