-
Notifications
You must be signed in to change notification settings - Fork 109
Application deployment
You are here: Home → Documentation → Mac information page → Coin3D/Mac FAQ → Building, Installation, Deployment → Application deployment
To run your application, your users must have the Coin Inventor.framework (and the other frameworks you are using, such as Sc21) installed on their machine. You basically have two options:
- Require that your users download and install the frameworks.
- Put the frameworks into your application bundle as private frameworks.
The latter approach has the advantage that you can control what version of the framework will be used (the one you shipped, not the one the user installed) but you lose the benefits of sharing memory, and of course it makes your application quite a lot bigger.
For detailed information on how to package and ship applications on Mac OS X, please read the chapters on "Application Packaging", "Frameworks" and "Installation and Integration" in the excellent Mac OS X System Overview online book.