|
|
Line 50: |
Line 50: |
| <span style="color: #555555; font-size: 18px; font-weight: bold;">Bookmarks</span> | | <span style="color: #555555; font-size: 18px; font-weight: bold;">Bookmarks</span> |
| ---- | | ---- |
− | * [http://slicer.org/doc/html/classes.html Doxygen - Source code API documentation]
| |
| * [http://marklodato.github.com/visual-git-guide/index-en.html A Visual Git Reference] | | * [http://marklodato.github.com/visual-git-guide/index-en.html A Visual Git Reference] |
| | | |
Revision as of 18:01, 27 June 2012
Home < Documentation < 4.1 < Developers
If you are a newcomer, you should probably check these instructions !
|
|
|
|
|
Getting involved
- It is open to everyone, feel free to join.
- Intended for discussion of programming related questions
Resources
- What's next ? What's the plan ?
- Nightly, continuous and experimental dashboards.
- Web-based bug tracking system
- Source code API documentation.
- Consistency and Readability for a manageable code base
- Pages for the developer projects.
- Informations about Slicer releases
Bookmarks
|
|
Build instructions
git clone git://github.com/Slicer/Slicer.git
- Compiling and installing Slicer from source.
- Compiling slicer modules outside of the slicer source tree.
- Build, test, package and distribute extensions
Design & Implementation
- Comparison between the different supported module types
- Objects and their organization. MRML Library provides API for managing medical image data type
- Details the role of MRML/Slicer/Application/Modules logics and Displayable managers
- Presents the underlying infrastructure.
- Description of the Charting architecture.
- Details how Slicer is built and packaged.
|
|
How To
|