Trying to compile for fedora
berinc opened this issue · 2 comments
berinc commented
I have finally figure out what files I needed to compile. I have not been able to execute the code. its giving me location issues missing .so.1 files etc... trying to compile for Fedora 29
lucasvieites commented
It seems that by default the LD_LIBRARY_PATH environment variable is empty.
Try doing export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/
just before running EzGraverUI.
Also, if you're using Wayland, you will have add another one. this works for me:
export QT_QPA_PLATFORM=wayland; ./EzGraverUi/EzGraverUi
0xtrzy commented
or copy all lib to elf program and run
LD_LIBRARY_PATH=. ./EzGraverUi