You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 4, 2021. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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
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
The text was updated successfully, but these errors were encountered: