This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| start:setupproject [2010/01/21 14:19] – build-env nchiap | start:setupproject [2010/03/17 10:28] (current) – nchiap | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== SetupProject ====== | ====== SetupProject ====== | ||
| - | ===== Setting up a runtime environment ===== | + | SetupProject is a tool that simplifies the preparation of environments for different Projects. It can create necessary directories, |
| - | To set a runtime environment use: | + | |
| + | For a more details: | ||
| + | [[https:// | ||
| + | |||
| + | ===== runtime environment ===== | ||
| + | To prepare | ||
| < | < | ||
| SetupProject PROJECT [VERSION] | SetupProject PROJECT [VERSION] | ||
| </ | </ | ||
| - | This will first look for the Project in **User_release_area**. | + | 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: | To see which versions exist use: | ||
| Line 16: | Line 21: | ||
| </ | </ | ||
| - | ===== Setting up a build environment ===== | + | ===== build environment ===== |
| + | To prepare a build environment use: | ||
| < | < | ||
| SetupProject PROJECT --build-env [VERSION] | SetupProject PROJECT --build-env [VERSION] | ||
| Line 22: | Line 28: | ||
| This will create a "user project" | This will create a "user project" | ||
| If the project already exists it will not be modified. | If the project already exists it will not be modified. | ||
| + | If no version is given, SetupProject will ask. | ||
| - | == Traps & Hints == | + | === Traps & Hints === |
| - | * Setting up a build environment | + | * Setting up a build environment |
| - | To continue development the runtime environment is enough. | + | * **Setting up a build environment will not set up a runtime environment.** |
| - | * Setting up a build environment will not set up a runtime environment. | + | |