Compilation issues, paths and libraries #525
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I'm having problems getting this to compile and then work.
My goal is make it install to /built/(bin|lib|share)
I can sort of do that by setting INSTALL_ROOT=/built on the make commands, but there's two issues.
Any idea what I can do to get that to install and be runable from the location I'm aiming for?
Oddly enough, it DOES run from the directory it's compiled in, but not from where it installs.
I should add, if I manually copy the QMLTermWidget folder to the same place as the binary, it runs fine.
thanks for this workaround - experienced the same issue building on ubuntu 18.04