xgo icon indicating copy to clipboard operation
xgo copied to clipboard

CMake support

Open mainrs opened this issue 9 years ago • 4 comments

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.

mainrs avatar Sep 23 '16 12:09 mainrs

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

mainrs avatar Sep 29 '16 20:09 mainrs

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.

karalabe avatar Sep 30 '16 08:09 karalabe

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!

mainrs avatar Sep 30 '16 14:09 mainrs

Any updates on this?

mainrs avatar Oct 30 '16 12:10 mainrs