7 ms·
> Because packaging on linux is a nightmare I don't like to be contrarian, but, for Debian-based distros specifically: it's not! Use `dpkg-deb` to create a `d
by AkshatM 5y ago
> Because packaging on linux is a nightmare
I don't like to be contrarian, but, for Debian-based distros specifically: it's not!
Use `dpkg-deb` to create a `deb` file from your executable and upload for distribution. Generate different executables for different target architectures from your compiler toolchain, package them separately as different deb files, and share. It's a one-liner to do this.