SimCenter Forum
Research in Natural Hazards Engineering [Archived] => Site Response Analysis (s3hark) => Topic started by: oshemoreno on April 23, 2021, 03:57:54 AM
-
Hi everyone, I got an issue when I tried to build the program following the instruction for developers.
The problem is that conan is not recognized as a internal or external file. If someone can explain me step by step how to build I apreciate.
Thank you
-
Do you have conan installed (pip install conan)?
-
Yes, I installed pip conan, cmaker. The problem continues the messages are:
'conan' is not recognized as an internal or external command, operable program or batch file.
Cannot read C:/User/oshem/Downloads/build-s3hark-Desktop_Qt_6_1_0_MSVC2019_64bit_Debug/conanbuildinfo.pri: No such file or directory
Project ERROR: Unknown module(s) in QT: webenginewidgets webengine webchannel.
I am using QT open source license.
If you can help me solving the issue.
Thank you
-
Ok, let's first try to solve the conan error.
Inside your build directory:
conan install path/to/s3hark/folder
Then go to Qt Creator and run qmake
Then click build
Let me know what you get