ptstream / QtUPnP

QtUPnP framework is a C++ framework, based on QT5, to build easily an UPnP control point. It focuses on the UPnP/AV standards.
GNU General Public License v3.0
48 stars 10 forks source link

Please add building instructions #17

Closed PrzemoF closed 5 years ago

PrzemoF commented 5 years ago

Please add building instructions or building script. I can help with fedora - what's the best format for you?

ptstream commented 5 years ago

Hi, Thank's for your remark. It is true that I am not very explicit about the build 👎. In the forder QtUPnP/aivctrl/install/linux64/ or QtUPnP/aivctrl/install/pi32/ your can launch build.sh. This bash creates all that is necessary to build an installable version of aivctrl. The sub-folder Output, contains a Debian installer and a zip file for other Linux systems. I hope this will help you. Regards

PrzemoF commented 5 years ago

Thanks! Unfortunately they don't work on fedora. My build scripts are here: https://github.com/ptstream/QtUPnP/pull/18 Thanks for (probably) the best UPnP control software on linux desktop!