Application Distribution
Posted
by
FrozenWasteland
on Stack Overflow
See other posts from Stack Overflow
or by FrozenWasteland
Published on 2010-12-27T05:44:49Z
Indexed on
2010/12/27
5:54 UTC
Read the original article
Hit count: 206
I have a SDL app that compiles fine, and the images show up, but only if they are in the correct folder with the binary next to them, if the images are moved they wont show up next time the application is run. How can I make a complete binary that will allow me to compile the images as well as the code, so that I can distribute one single binary, and not a zip file with all of my assets. I have looked into writing a .deb file which is what I think I need, but the process looked complicated. I am running Ubuntu 10.10 I only need to distribute to Ubuntu
© Stack Overflow or respective owner