Developer Guidelines

1. Dependencies

1.1. GNU-Linux

1.2. Windows

1.3. Mac OS X

1.3.1. Leopard (10.5.6)

  1. Download and mount Python 2.5.2 ( MacPython installation guide)
  2. Download and mount PIL 1.6 (port install py25-pil)
  3. Download and mount wxPython 2.8.9.1 ( Binaries)
  4. Download and mount NumPy 1.2.1 ( Binaries)
  5. Download VTK source code from trunk

2. Downloading source-code from repository

bla

3. Running from source-code

$ cd invesalius/
$ python invesalius.py <dicom-directory>

4. Contributing

  • Check on features wanted by users, at ProjectProposals.
  • Make sure the line-ending of your text editor is set to Unix mode (LF) and not Darwin (CR) or Windows (CRLF)