-
Notifications
You must be signed in to change notification settings - Fork 6
How to build all
ivmartel edited this page Nov 20, 2012
·
4 revisions
We suppose that you have already created your context. If not, see How to create your first context. You now have two choices, either configure and build third party libraries and your project step by step or do all of this by the push of one button. For the first option, please refer to How to build third party libraries. For the second option, here is what you need to do:
- Check that in the Select Projects Tab only the Projects you want to compile are selected
- Press
Configure ALL
in the Action Buttons, this will:- create build configuration files for your thirdparties,
- build the third parties,
- create build configuration files for your project,
- install files to the binary folder,
- build your project.
Beware, this can take some time.
Back to the User Guide.