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 Feb 7, 2022. It is now read-only.
I am trying to cross compile ui which depends on libui. The developer uses cmake to compile the project.
It would be nice if xgo could support it. I couldn't find any other solution to compile the user interface library on my machine so I can distribute binaries for all major platforms.
The text was updated successfully, but these errors were encountered:
I am quite new to the whole docker thing and I tried to simply replace the ./configure part of the build_deps.sh script with a call to cmake . but it did not work. I rebuild the docker container from my local copy of xgo but xgo still uses the old build script.
I would really really appreciate it if you could implement cmake followed by make install
Thank you! Tried to get it going myself but couldn't figure out how to implement it. Tablib won't compile for me here. Probably messed up docker. Crashes every time I run it.
I am trying to cross compile ui which depends on libui. The developer uses cmake to compile the project.
It would be nice if xgo could support it. I couldn't find any other solution to compile the user interface library on my machine so I can distribute binaries for all major platforms.
The text was updated successfully, but these errors were encountered: