You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git clone keshavbhatt/plumber.git
cd plumber/src
qmake
make
./plumber
To get roughly same dependencies (works but might be more than bare minimum) on Fedora 40:
# roughly equivalent to build-essential
sudo dnf install @development-tools make automake gcc gcc-c++ kernel-devel git pkg-config
# equivalent to 'qtcreator', 'qt5-default', 'qttools5-dev-tools'
sudo dnf install qt5-qtbase-devel qtchooser qt5-qttools-devel
# equivalent to qtmultimedia5-dev libqt5multimediawidgets5 libqt5multimedia5-plugins libqt5multimedia5
sudo dnf install qt5-qtmultimedia-devel
then the only real change from the original is using qmake-qt5 instead of qmake
git clone keshavbhatt/plumber.git
cd plumber/src
qmake-qt5
make
./plumber
Seemed to build ok for me and launched alright.
If devs read this at some point, my own ask would be to copy above into a BUILD.md or a ## Build section in the main README.md, simply to improve visibility.
Could you please add instructions/hints/scripts on how to build this app for different operating systems. Thanks.
The text was updated successfully, but these errors were encountered: