Installation

dEploid is written in C++.

Stable Release

The latest version of dEploid is available at github.

Development Version From GitHub

You can also install dEploid directly from the git repository (tar, zip). Here, you will need autoconf, check whether this is already installed by running:

$ which autoconf

On Debian/Ubuntu based systems:

$ apt-get install build-essential autoconf autoconf-archive libcppunit-dev

On Mac OS:

$ port install automake autoconf autoconf-archive cppunit

Afterwards you can clone the code from the github repository,

$ git clone git@github.com:mcveanlab/DEploid.git
$ cd DEploid

and build the binary using

$ ./bootstrap
$ make

or install with make install.