Changes between Version 22 and Version 23 of WikiStart


Ignore:
Timestamp:
Mar 2, 2012, 11:14:53 AM (13 years ago)
Author:
FrederikHeber
Comment:

split into sections and added FAQ link

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v22 v23  
    55Now, where to start?
    66
     7== Installation ==
    78 * Download the code, see the RepositoryGuidelines for advice on how to do this.
    89 * Compile, install and check it as in CompilationGuidelines.
    9  * Find bugs via debugging, see DebuggingGuidelines.
     10
     11== Running ==
    1012 * There is an extensive testsuite, see TestingGuidelines.
    1113 * As the testsuite should have already given you an idea on what molecuilder can do right now, check ApplicationExamples for further listing and a description of possible actions.
    1214 * Give this brief StartersTutorial a try.
     15 * Look at the FrequentlyAskedQuestions to get some common issues resolved.
     16
     17== Coding ==
    1318 * Curious about the code? Look at how to get DoxygenDocumentation and CodeComprehension where the structure of the main classes is laid out.
    1419 * How do actions work? Look the first example in ApplicationExamples ExampleSpatialTranslation. Go to the GuideLines
     20 * Find bugs via debugging, see DebuggingGuidelines.
    1521 * Something is missing and you want to contribute? Check RepositoryGuidelines on how to add stuff and make it available to others. Look at the HowTos for further in-depth information on various common classes.
    1622