elkowar / Termibbl

A minimal skribbl.io-alike, but running in your terminal!
MIT License
64 stars 3 forks source link

binary releases #3

Open qjqqyy opened 4 years ago

qjqqyy commented 4 years ago

As a player, I want to download binary releases easily so that I can get started playing Termibbl without compiling.

qjqqyy commented 4 years ago

Additionally, it would be great to automate the release process using CI/CD such as github actions (matrix runners are very nice)

RustemB commented 4 years ago

We need to find the way how to compile it statically :man_shrugging:

elkowar commented 4 years ago

the SSL thingy seems to be the issue here (when compiling at musl at least)

quintenvandamme commented 4 years ago

I think that's an good idea

K4rakara commented 4 years ago

I've been able to compile my tool freshfetch statically in a void linux VM, but not this. The openssl-sys crate seems to be causing the issue, which is pretty common. That crate has caused me too many headaches to count, even when I'm not using it directly.