TinkerCell

Wiki and Blog

Download

Note
  • Current release: Beta (i.e. bugs and incomplete features)
  • TinkerCell is being actively developed, so new features will be added from time to time.
  • Feel free to send me comments


Installation

             Windows   :  If you don't have Python and PySCeS installed, download TinkerCell_and_Python.zip
                                    Otherwise, download TinkerCellSetup.exe

                                              The file format for saving/loading models has changed (Mar. 1, 2010)
                                                          For the older version of TinkerCell, download TinkerCellSetup_old.exe


                    Mac     :  download and unzip TinkerCell.zip

      Ubuntu(64-bit)  :  download and extract TinkerCell64.tar.gz and follow these instructions

            Other OS    :  compile the source code by following these instructions


All of the above downloads are available at SourceForge



Source code

svn co https://tinkercell.svn.sourceforge.net/svnroot/tinkercell tinkercell

For building the project from the source code, you will need to install:
      1. Qt 4.5.0 or higher (there may be compile issues with older versions of Qt)
      2. CMake (cross-platform make)

Run the CMake-gui that is located inside the CMake directory. Specify the Tinkercell/trunk folder as the source folder and Tinkercell/trunk/BUILD (create it) folder as the Build folder. Run "Configure" and then "Generate" to create the makefile or project file. Then just run make or open the project file. For linux, you need other dependencies: libxml2 and libx11-dev