Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 43 and Version 44 of dev


Ignore:
Timestamp:
Sep 19, 2008, 3:58:48 AM (16 years ago)
Author:
landauf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • dev

    v43 v44  
    5959<h2 style="margin:0;">Programming</h2>
    6060}}}
    61 All informations about how to write code for Orxonox. Read [wiki:State this] to get an overview of our current development state.
     61Here you find all informations about how to write code for Orxonox. Read [wiki:State this] to get an overview of our current development state.
     62
     63{{{
     64#!html
     65<hr style="margin:0px;">
     66}}}
     67'''Installation''':
     68 * Follow the instructions at the [wiki:download] page
     69
    6270{{{
    6371#!html
     
    8896 * [wiki:CMake] - Our build tool (forget about makefiles)
    8997 * [wiki:LinuxCodingTools Other Tools] - This is a list of other development tools, maybe you find them useful
    90 
    91 ----
    92 Everything about the part where people bang the keyboard to get some code compiled.
    93  * [wiki:Forge State] - Get an overview of what we established yet
    94  * [wiki:Coding Coding] - Style guide, tools and other useful information about coding in general
    95  * [wiki:ModulesDescription Documentation] - Information about various structures and concepts
    96  * [wiki:Contribute] - Want to help us? Check out this site to get more specific information
    97  * [doxygen:index.html DoxyGen] - An auto-generated Documentation of the Code
    98  * [https://forum.orxonox.net/viewforum.php?f=6 Bug reporting] - Please report any bugs in this section of the Forum
    99  * [https://forum.orxonox.net/viewforum.php?f=3 Game development forum] - Game development page on the forum
    10098
    10199{{{