I am trying to build a c++ program I wrote as a stand alone .app that I can distribute. I didn't notice till now that it is just building a unix executable.
I am using Xcode 4.
Also if my program has dependencies on libraries can I package them with the app or do I have to get people to install the libraries?
Thanks.
I am using Xcode 4.
Also if my program has dependencies on libraries can I package them with the app or do I have to get people to install the libraries?
Thanks.