Downloads

Update 2023

Apart from being moved from SourceForge to GitHub, this software has not been updated in 14 years and is pretty broken. At some point, I hope to return and fix it, but don't hold your breath.

Source Tarball

The latest source tarball is strongly recommended (why?). It uses the GNU Autotools and follows the familiar procedure:

$ wget http://cellmc.org/pkg/cellmc-LATEST.tar.gz
$ tar zxf cellmc-0.2.34.tar.gz
$ cd cellmc-0.2.34
$ ./configure
$ make

Then, as root in the same directory:

# make install

Changes since the previous version can be found in the change log.

Binary Packages

Packages for a number of platforms are available from the menu (right). These may not be up-to-date version.

GitHub Repository

The “latest” source-code can be downloaded from GitHub:

$ git clone https://github.com/EmmetCaulfield/CellMC
$ cd CellMC
$ autoreconf --install

Update 2023: When I tried this in 2023, I was getting linker errors and didn't have the time to get back into the autotools to fix them. If you can get it to work, continue with:

$ ./configure
$ make

To have any chance of success, you must have recent versions of Autoconf and Automake installed in addition to libtool and pkgconf.