SimCenter Forum

Research in Natural Hazards Engineering => Site Response Analysis (s3hark) => Topic started by: oshemoreno on April 23, 2021, 03:57:54 AM

Title: How to build issue in windows
Post 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
Title: Re: How to build issue in windows
Post by: charles on April 24, 2021, 04:13:54 PM
Do you have conan installed (pip install conan)?
Title: Re: How to build issue in windows
Post by: oshemoreno on April 26, 2021, 02:39:46 AM
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
Title: Re: How to build issue in windows
Post by: charles on May 01, 2021, 01:36:39 AM
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