|
Revision 108, 457 bytes
(checked in by heiland, 4 years ago)
|
|
|
| Line | |
|---|
| 1 | To build CompuCell3D from source: |
|---|
| 2 | ./install_full --install_path <directory where CompuCell will be installed> |
|---|
| 3 | or |
|---|
| 4 | ./install_full -i <directory where CompuCell will be installed> |
|---|
| 5 | |
|---|
| 6 | Required dependencies: |
|---|
| 7 | - Xerces (http://xerces.apache.org/xerces-c/) |
|---|
| 8 | - Python 2.4 or higher (python.org) |
|---|
| 9 | - Qt version 4 or higher (trolltech.com) |
|---|
| 10 | - CMake (cmake.org) |
|---|
| 11 | - SWIG (www.swig.org) |
|---|
| 12 | - VTK (vtk.org) |
|---|
| 13 | |
|---|
| 14 | Refer to http://www.compucell3d.org/Manual/ for more information. |
|---|