Okay thanks. I don't get a well done installation of ola on fedora.
rpmbuild give me an error if I don't include /usr/lib/qt4/plugins/qlcplus/libolaio.so
Any idea what went wrong? Can I tell him in the build process somewhere not to build libolaio?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
In rpm/qlcplus.spec please
change /usr/lib/qt4/plugins/qlcplus/libhid.so to /usr/lib/qt4/plugins/qlcplus/libhidplugin.so
add /etc/udev/rules.d/z65-fx5-hid.rules and /usr/lib/qt4/plugins/qlcplus/libolaio.so
Thank you!
libolaio no. It's separated also in the deb package
Done
Okay thanks. I don't get a well done installation of ola on fedora.
rpmbuild give me an error if I don't include /usr/lib/qt4/plugins/qlcplus/libolaio.so
Any idea what went wrong? Can I tell him in the build process somewhere not to build libolaio?
yes, it's written in the wiki:
https://github.com/mcallegari/qlcplus/wiki/Linux-Build-HOWTO
Thanks a lot! I hope I'll be able to build and install a rpm on fedora 20 now.
Really nice work this program. I testet it on Ubuntu and despite of some issues it seems to be a really nice and powerful tool!
Okay after doing a ldconfig it works fine!
Maybe you can add the ldconfig command to the rpm? Is this possible?
With all this it should be easier for others to build it for fedora.