coredump-ch / telegram-groups-bot

Manage topic groups on Telegram.
MIT License
5 stars 1 forks source link

Deployment as static binary #17

Open dbrgn opened 8 years ago

dbrgn commented 8 years ago

Create a static binary with musl for easier deployment.

Possibly we need a statically compiled version of OpenSSL as well for building.

dbrgn commented 7 years ago

Actually dynamic linking is probably better for security reasons. Just build on the same distribution as the target system :)