sandsmark / selectdefaultapplication

an ugly hack to be able to select default applications in linux in a better way
GNU General Public License v2.0
95 stars 9 forks source link

Install instructions? #16

Open kronikpillow opened 1 year ago

kronikpillow commented 1 year ago

Well i bumped in to this while I was on OpenSUSE Tumbleweed, now Im on Fedora, and im wondering how to install this since i can't find it on rpmfusion or coprs?

crojack commented 1 year ago

You have to compile it from sources. I am trying but I get this error:

[main@comp selectdefaultapplication-master]$ g++ main.cpp widget.cpp -o selectdefaultapplication In file included from main.cpp:1: widget.h:4:10: fatal error: QWidget: No such file or directory 4 | #include | ^~~~~ compilation terminated.

kronikpillow commented 1 year ago

yeah there is no information on dependencies, or how to compile from source ... i tried ... the only place I found this app installable is Arch and OpenSUSE

a290 commented 1 year ago

qmake selectdefaultapplication.pro then make

In debian package qtbase5-dev must be installed.