Giter Club home page Giter Club logo

Comments (5)

pajlada avatar pajlada commented on May 27, 2024 1

just a little information dump about Linux self-distributions:

With AppImages, if you can make sure you bundle everything except glibc, they will be fine. Not an exact replica of what'd be needed here, but we build our app in CI then "just" run this shell script in CI and it builds an AppImage https://github.com/Chatterino/chatterino2/blob/master/.CI/CreateAppImage.sh
If you are ok with use CPack in CMake, it has an appimage output mode iirc but configuring will be different. You'd want to just use appimagetool instead of linuxdeployqt

While the flatpak setup seemed more complex at first, it ended up being kinda easy to build & publish. Our stable release is here and our nightly/beta branch is here. We just make sure to have this file available to download alongside our nightly releases

If you're interested in distributing native Ubuntu builds, you can do that through launchpad - bit of a learning curve but now it just builds automatic releases for my app into a PPA, making it super easy to add & install.
Build recipe.

Last but maybe most interesting, there's openSUSE's Open Build Service https://build.opensuse.org/ - it would allow you to build Fedora, Debian, Ubuntu, SUSE, etc native builds. We haven't looked into this yet but it seems super promising

from principia.

griffi-gh avatar griffi-gh commented on May 27, 2024

what about flatpak btw

from principia.

rollerozxa avatar rollerozxa commented on May 27, 2024

haha

(are you serious?)

from principia.

griffi-gh avatar griffi-gh commented on May 27, 2024

haha

(are you serious?)

yeah, why not? i don't care about Flatpak and won't be using it, but i get why some people like them.
also Flathub does a great job at promoting smaller applications.
could be a low prio task

from principia.

rollerozxa avatar rollerozxa commented on May 27, 2024

I have some pretty strong feelings about Flatpak that is probably better suited in a blog article. If anyone wants to package Principia for Flatpak then they are free to do so, just like with any other package manager repository. But in terms of first-party Linux binary distribution of Principia, AppImage is what I'll be placing my focus on.

from principia.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.