Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Suggestion: AppImage #8

Open
Mennaruuk opened this issue Feb 21, 2021 · 4 comments
Open

Feature Suggestion: AppImage #8

Mennaruuk opened this issue Feb 21, 2021 · 4 comments

Comments

@Mennaruuk
Copy link

Hi! I think having Plumber as an AppImage would be phenomenal, since it can work without installing flatpak or snap support.

@keshavbhatt
Copy link
Owner

keshavbhatt commented Feb 22, 2021

My exams going on, Working PRs are always welcome :)

@Mennaruuk
Copy link
Author

I wish I know how to code :( it’s okay if it can’t happen, it’s just that snap size can get so big, and appimages are generally lighter. Thank you anyway :)

@nicholascarroll
Copy link
Contributor

Hi @Mennaruuk. You can build Plumber from source.

If you don't have Qt installed you can install it like this:
sudo apt-get install build-essential
sudo apt-get install qtcreator
sudo apt-get install qt5-default
sudo apt-get install qtmultimedia5-dev libqt5multimediawidgets5 libqt5multimedia5-plugins libqt5multimedia5

and then:
git clone https://github.com/keshavbhatt/plumber.git
cd plumber/src
qmake
make
./plumber

@antshar
Copy link

antshar commented Dec 20, 2022

@nicholascarroll why not simply release the built version? Making user install such library as qt will take bunch of space for a one-time use — compiling an app.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants