-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
prebuild linux64? #19
Comments
Just compile it from source. git clone https://github.com/slages/love-imgui.git
cd love-imgui/
cmake ./
make
mv imgui.so ~/.local/share/love/ |
I built imgui.so and tried to put it in my game's directory, but it doesn't seem to find it, |
Copy it to |
Negative, i'll look more in details, i'm just missing time right now. |
It's quite a bit later, but I had a similar problem on Windows (and not on Linux). I fixed it by running |
the place that worked for me, without changing anything, was to place on:
here are my binaries: Ubuntu 18.04 - x86_64 imgui.zip They are a zip, with a tar.gz, with the .so inside. Github only allows zip, but zip doesn't always preserve permissions on Linux, so just extract it twice. |
Can confirm. It looks for
|
here's the full command to get it built & installed to a usable dir:
|
There a possilbilty to get some precompiled linux64 of the library for latest love2d?
The text was updated successfully, but these errors were encountered: