Hello everyone,
I’m trying to compile the 01_HelloWorld sample code with: g++ -o HelloWorld HelloWorld.cpp `pkg-config --cflags --libs Urho3D`
But at run time says:
I installed Urho3D using a deb package " Urho3D-1.32-Linux-64bit-STATIC.deb ", and had to change the prefix in " /usr/lib/pkgconfig/Urho3D.pc " from " /usr/local " to " /usr ".