CMake support
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.
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
I'll try to look into it :) Though I'm a bit overwhelmed currently with preparing a talk for dotGo. Will try to address this afterwards.
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.
Nice! Have fun there!
Any updates on this?