Crystal-Web-Archiver icon indicating copy to clipboard operation
Crystal-Web-Archiver copied to clipboard

Install: Build a Linux binary

Open davidfstr opened this issue 9 months ago • 1 comments

Either:

  • Build a single binary that works on all supported Linux distributions (Debian/Ubuntu, Fedora/Red Hat) 👈(preferred approach)
    • Choose one of:
      • [ ] Snap - circa Nov 2015 👈 (recommend)
        • The Snap format has been heavily promoted by Ubuntu
        • See the Snapcraft tool, which can be used to build binaries for the Snap Store
      • [ ] Flatpak - circa Sep 2015
      • [ ] AppImage - circa 2004 Superceded by Flatpak
  • Build a binary for each major distribution:
    • [ ] Debian/Ubuntu - .deb package
      • [ ] (Bonus) Publish to Debian package repository (#90)
    • [ ] Fedora/Red Hat - .rpm package
      • [ ] (Bonus) Publish to Fedora package repository (#91)

davidfstr avatar Sep 09 '23 12:09 davidfstr