Help for MOR & Requirements #2779
-
Hi again! I've been trying to install the plugins required for MOR, the STLIB and the SoftRobots one. I made the clones of each one from
When configuring, I realized that the first difference I found was that I didn't find the I'm working on Ubuntu 20.02.3 LTS and the I hope that somebody can help me, I know that if I don't build this plugins correctly I'll not be able to try MOR. Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
@olivier-goury @VannesteFelix Can you help me? |
Beta Was this translation helpful? Give feedback.
-
Hi @A-Santana Your CMakeLists looks weird, it should be more like cmake_minimum_required(VERSION 2.8.12)
find_package(SofaFramework)
sofa_add_plugin(STLIB STLIB)
sofa_add_plugin(SoftRobots SoftRobots) For more help, we need your output with the errors encountered. |
Beta Was this translation helpful? Give feedback.
Hi @A-Santana
Your CMakeLists looks weird, it should be more like
For more help, we need your output with the errors encountered.