Changes between Version 43 and Version 44 of dev
- Timestamp:
- Sep 19, 2008, 3:58:48 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev
v43 v44 59 59 <h2 style="margin:0;">Programming</h2> 60 60 }}} 61 All informations about how to write code for Orxonox. Read [wiki:State this] to get an overview of our current development state. 61 Here 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 62 70 {{{ 63 71 #!html … … 88 96 * [wiki:CMake] - Our build tool (forget about makefiles) 89 97 * [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 yet94 * [wiki:Coding Coding] - Style guide, tools and other useful information about coding in general95 * [wiki:ModulesDescription Documentation] - Information about various structures and concepts96 * [wiki:Contribute] - Want to help us? Check out this site to get more specific information97 * [doxygen:index.html DoxyGen] - An auto-generated Documentation of the Code98 * [https://forum.orxonox.net/viewforum.php?f=6 Bug reporting] - Please report any bugs in this section of the Forum99 * [https://forum.orxonox.net/viewforum.php?f=3 Game development forum] - Game development page on the forum100 98 101 99 {{{