Research in Natural Hazards Engineering > Performance Based Engineering (PBE)

Error In building PBE source code

(1/1)

ahmed_ma:
I downloaded PBE source code

but some how there is a file missing in the github version

#include <curl/curl.h>
this file is called in "AgaveCurl.h" in the common project
but it doesn't exist

fmk:
The curl code is not included in the released software (there are other software packages we use as well that we do not release as they are released by others). Curl is however installed by the conan package manager before cmake is run (if interested curl and the other software we use are listed in the conanfile.py).

mkdir build
cd build
conan install .. --build missing
qmake ../PBE.pro
make

if on a windows machine, use nmake instead of make. let me know if it does not work for you.

Navigation

[0] Message Index

Go to full version