Development:Getting Started: Difference between revisions

From Adonthell
Jump to navigation Jump to search
m Table of Contents: Link to coding style guide added
m Table of Contents: minor clarification
 
(5 intermediate revisions by 3 users not shown)
Line 9: Line 9:
== Table of Contents ==
== Table of Contents ==


# [[Development:Overview|Overview]]
# [[Development:Overview|Project Overview]]
# [[Development:QuickStart|Quick Start]]
# [[Development:Dependency Matrix|Dependency Matrix]]
# [[Development:Dependency Matrix|Dependency Matrix]]
# [[Development:CVS|Getting Adonthell from CVS]]
# [[Development:GIT|Getting Adonthell from GIT]]
# [[Development:Compiling|Compiling Adonthell]]
# [[Development:Compiling|Compiling Adonthell]]
# [[Development:First Steps|First Steps]]
# [[Development:Style Guide|Coding Style Guide]]
# [[Development:Style Guide|Coding Style Guide]]
# [[Development:Join The Team|Join The Team]]


[[Category:Development]]
[[Category:Development]]

Latest revision as of 10:02, 26 February 2012

Getting Started with Adonthell Development

Your Help is Wanted

If you are looking for an established project to demonstrate or boost your skills, then hop aboard and join the team. Take the opportunity and leave your mark on something that goes far beyond Waste's Edge, our first demo game. Work with seasoned developers that will help integrate your ideas and designs into Adonthell.

Synopsis

This Guide contains instructions for programmers that want to write code for Adonthell. Following them in the order listed below should help you obtaining the prerequisite libraries for Adonthell and the Adonthell source code itself. It then guides you through setting up everything so you can start knocking out these open items.

Table of Contents

  1. Project Overview
  2. Quick Start
  3. Dependency Matrix
  4. Getting Adonthell from GIT
  5. Compiling Adonthell
  6. First Steps
  7. Coding Style Guide
  8. Join The Team