ages Manual | ||
---|---|---|
<<< Previous | Example Project | Next >>> |
Before the development can be started a configuration file needs to be created to tell Aegis which build or history tool it should use. Using ages this task is quite simple.
Select the newly created change.
Click Accept Change to accept the change for development.
Select Config Druid from the Tools menu.
Click Next.
Select the history tool that should be used (i.e. RCS/DIFF).
Select the build tool that should be used (i.e. (GNU) Make).
Click Finish to create the config file.
![]() | If (GNU) Make is selected from the build tool list and the executable is not called gmake the created config file has to be changed. To do this select the file in the File List and click Edit. Now change the text after the tag "build_command" from "gmake" to whatever it's called (in most cases "make") |
<<< Previous | Home | Next >>> |
Creating a new Change | Up | Adding the first source code |