Skip to content
This repository has been archived by the owner on Mar 4, 2021. It is now read-only.

Trying to compile for fedora #57

Open
berinc opened this issue Jun 7, 2019 · 2 comments
Open

Trying to compile for fedora #57

berinc opened this issue Jun 7, 2019 · 2 comments

Comments

@berinc
Copy link

berinc commented Jun 7, 2019

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
Copy link

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
Copy link

0xtrzy commented Mar 3, 2021

or copy all lib to elf program and run

LD_LIBRARY_PATH=. ./EzGraverUi

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants