Reputation: 11780
I'm developping with Qt a multiplateform application under GPL license (here: https://github.com/Phonations/Joker). I have to release build for both Windows and MacOS platform:
I wonder how I could make available my software to Linux end user?
I'm under Ubuntu 14.04 LTS and using Qt 5.3.
Upvotes: 0
Views: 121
Reputation: 1
I would suggest you to package your software for a limited set of distributions. Start by making a .deb
package for your own platform (Ubuntu 14.04 for x86-64).
Upvotes: 2