Difference between revisions of "HowToCreateYourProject"
From user's Wiki!
Criccobene (Talk | contribs) (Created page with 'In order to generate the folder structure and the basic files needed for your new project, run the StartNewModule tool from the installation path. 1. Specify the name of the new…') |
Criccobene (Talk | contribs) |
||
Line 8: | Line 8: | ||
3. Select Project in the Type combo box | 3. Select Project in the Type combo box | ||
− | [[File: StartNewModuleMyProject.png]] | + | {| |
+ | |[[File: StartNewModuleMyProject.png|300px |StartNewModule fields for new Project|thumb|left]] | ||
+ | |} | ||
The tool will create a new folder ’MyProject’. The content of this folder is shown here | The tool will create a new folder ’MyProject’. The content of this folder is shown here | ||
+ | {| | ||
+ | |[[File: FolderStructureMyProject.png|400px | Folders structure|thumb|left]] | ||
+ | |} | ||
− | |||
− | This structure is quite similar to the one of Gimias you can then open the CSnake and add your source folders like | + | This structure is quite similar to the one of Gimias you can then open the CSnake and add your source folders like in the following picture, '''remark''' that is very important '''not to have the same build folder for the different thirdParties'''. |
− | [[File: CSnakeConfiguration.png ]] | + | {| |
+ | |[[File: CSnakeConfiguration.png|500px | CSnake Configuration|thumb|left ]] | ||
+ | } | ||
Next Steps: | Next Steps: | ||
− | * | + | * [[HowToCreateYourLibrary | '''Library''']] |
− | * ThirdParty | + | * [[HowToCreateYourThirdParty | '''ThirdParty''']] |
− | * Plugin | + | * [[HowToCreateYourPlugin | '''Plugin''']] |
* CommandLinePlugin | * CommandLinePlugin |
Revision as of 10:01, 25 February 2011
In order to generate the folder structure and the basic files needed for your new project, run the StartNewModule tool from the installation path.
1. Specify the name of the new project in the Name field (e.g. MyProject)
2. Specify the path where the new project will be created in the Root path field (e.g. your local drive)
3. Select Project in the Type combo box
The tool will create a new folder ’MyProject’. The content of this folder is shown here
This structure is quite similar to the one of Gimias you can then open the CSnake and add your source folders like in the following picture, remark that is very important not to have the same build folder for the different thirdParties.
}
|