plumber icon indicating copy to clipboard operation
plumber copied to clipboard

Feature Suggestion: AppImage

Open Mennaruuk opened this issue 4 years ago • 4 comments

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

Mennaruuk avatar Feb 21 '21 16:02 Mennaruuk

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

keshavbhatt avatar Feb 22 '21 07:02 keshavbhatt

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 :)

Mennaruuk avatar Feb 22 '21 08:02 Mennaruuk

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

nicholascarroll avatar Dec 19 '22 13:12 nicholascarroll

@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.

antshar avatar Dec 20 '22 02:12 antshar