Thread
:
Packaging my software
View Single Post
naabi
2009-12-16 , 14:45
Posts: 219 | Thanked: 94 times | Joined on Nov 2009 @ Helsinki, Finland
#
1
Yes, I have managed to code something with Qt, and soon I need to do something that I've been avoiding for a while. I need to make a deb package from my application, and I do know that my life would have been easier if I had done this right away. I hope people are not annoyed by this kind of newbie thread.
I have following stuff to be packaged.
- Executable
- XML config files
- Audio files
- Basic configuration that can be changed on the settings tab of my application
First of all, what kind of structure would be best for the installation? XML config, should those go under ~/.myapplication? I've read also about gconf, should I use that for simple configuration that can be changed (booleans, numbers etc.) and how do I initialize that configuration when installing? Also that should not be overwritten when updating to a newer version of application. How about the other resources like audio files and images, should those go under .../usr/share? And what's the best way to refer to those, I hate to hardcode paths in the executable.
I'm sure I could find out most of these issues, but I also do feel that these issues are open to lots of developers currently.
Quote & Reply
|
naabi
View Public Profile
Send a private message to naabi
Find all posts by naabi