![]() |
Anjuta Manual version 0.1Copyright (c) Kh. Naba Kumar Singh |
Contents | Index | Shortcuts |
PREV: Concept of project mamagement | UP: Concept of project mamagement | NEXT: Loading and saving project |
Activate File->New Project to start the application widzard.
Read carefully whatever is written on the first page. Click next to proceed further.
Select the type of application you want to create in the second page. Remember, Build files for the blank projects are not managed by Anjuta. If you select Blank project, you have to manage the build files yourself. Click next to proceed further.
In the third page page, enter all the necessary information for your project. You can not change them later. Also, no white spaces nor any non-alphanumeric characters, except underscore(_) and dash(-), are allowed in any of the entry boxes in this page (execpt the author entry box). Click next to proceed further.
In the fourth page, Select the Programming language for the initial project generation. Only C (and not C++) is supported now, though you can always use C++ once the project is generated. Also specify if your project will have internationalization support using gettext (Read the info page for gettext for more details). This gives your project a multi lingual support for different regional languages such as English, French, Dutch etc. The rest of the options are self explainatory. Click Next to proceed.
Verify the information you have just supplied and Click Finish to start generating the project.
Once the project creation is over, you can try it out by building the project and executing it.