Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 20 and Version 21 of dev/Primer


Ignore:
Timestamp:
Sep 22, 2007, 2:46:17 PM (17 years ago)
Author:
simon
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • dev/Primer

    v20 v21  
    5858
    5959== 8. Compiling and Running ==
    60 To get Orxonox running on your system, first read the following articles: [wiki:Running How to get Orxonox running].
     60To get Orxonox running on your system, first read [wiki:Running how to get Orxonox running].
    6161
    6262
    6363== 9. Finding your Way as a Developer ==
    64 As a developer of Orxonox you will want to communicate over our mailinglists, the wiki and the irc. You will find the current tasks, for the next orxonox release under:
     64As a developer of Orxonox you will want to communicate over our mailing lists, the wiki and irc. You will find the current tasks, for the next orxonox release under:
    6565 * [https://www.orxonox.net/cgi-bin/trac.cgi/roadmap Roadmap]
    6666and all tasks, that we have defined yet:
     
    6969the timeline of our Wiki:
    7070* [https://www.orxonox.net/cgi-bin/trac.cgi/timeline timeline]
    71 The commit messages will also be sent to your email adress, if you have registered to the orxonox-commit mailinglist
     71The commit messages will also be sent to your email adress, if you have registered to the orxonox-commit mailinglist.
    7272
    7373
    7474== 10. Understanding Orxonox ==
    75 It definitely takes some time to understand the Orxonox source code. The best way to get your questions answered is to post them on the development-mailinglist. Even better is to just go to the developers and ask them to give you an overview... Once you know where to find which functions, you will want to read some more about special topics in the source files themselves: we use doxygen to comment the code, so you will find comments for every class/function. There is a second source of information, which we are currently working
    76 on: [wiki:ModulesDescription module description]
    77 
     75It definitely takes some time to understand the Orxonox source code. The best way to get your questions answered is to post them on the development-mailinglist. Even better is to just go to the developers and ask specific questions... Once you know where to find which functions, you will want to read some more about special topics in the source files themselves: we use doxygen to comment the code, so you will find comments for every class/function. There are also [wiki:ModulesDescription module descriptions] which we are currently working on.