HowToCreateYourProject
From user's Wiki!
Revision as of 03:39, 28 February 2011 by Criccobene (Talk | contribs)
In order to generate the folder structure and the basic files needed for your new project, run the StartNewModule tool from the installation path (or from the src path in Linux).
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.
Next Steps:
- Create Library
- Create ThirdParty
- Create Plugin
- CommandLinePlugin