Changes between Version 22 and Version 23 of WikiStart
- Timestamp:
- Mar 2, 2012, 11:14:53 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v22 v23 5 5 Now, where to start? 6 6 7 == Installation == 7 8 * Download the code, see the RepositoryGuidelines for advice on how to do this. 8 9 * Compile, install and check it as in CompilationGuidelines. 9 * Find bugs via debugging, see DebuggingGuidelines. 10 11 == Running == 10 12 * There is an extensive testsuite, see TestingGuidelines. 11 13 * 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. 12 14 * Give this brief StartersTutorial a try. 15 * Look at the FrequentlyAskedQuestions to get some common issues resolved. 16 17 == Coding == 13 18 * Curious about the code? Look at how to get DoxygenDocumentation and CodeComprehension where the structure of the main classes is laid out. 14 19 * How do actions work? Look the first example in ApplicationExamples ExampleSpatialTranslation. Go to the GuideLines 20 * Find bugs via debugging, see DebuggingGuidelines. 15 21 * 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. 16 22