SetupProject is a tool that simplifies the preparation of environments for different Projects. It can create necessary directories, sets environment variables and a does lot more.
For a more details: Setup Project User Guide
To prepare a runtime environment use:
SetupProject PROJECT [VERSION]
This will first look for the Project in User_release_area. If you have a local copy of the project (with correct version), this source will be used.
To see which versions exist use:
SetupProject PROJECT --list
or
SetupProject PROJECT --ask
To prepare a build environment use:
SetupProject PROJECT --build-env [VERSION]
This will create a “user project” in User_release_area. If the project already exists it will not be modified. If no version is given, SetupProject will ask.