Attnam / ivan

Iter Vehemens ad Necem - a continuation of the graphical roguelike by members of http://attnam.com
GNU General Public License v2.0
302 stars 42 forks source link

Make linux binaries #626

Open red-kangaroo opened 3 years ago

red-kangaroo commented 3 years ago

Add a .deb package to releases.

arrowgent commented 2 years ago

id like this, but you'd have to specify which build environment for each debian 10? debian 11? ubuntu 18.04, 20.04, 22.04 etc?

which ones to support? how far back will you build support? some choose to support the oldest of that distro, most software is "forward" compatible

getting ivan into the debian / ubuntu main repos would be great.

might be better to setup a PPA for ubuntu and have the build environment there do the work for you although github supports CI build also.

i use ubuntu 18.04, so until i update to 20.04 or 22.04 ive already had large issues with developers dropping support for my OS (libc6 & glibc) so long as your coding style supports backwards support for cmake & make, i can backport to older OS without issues