Skip to content

Latest commit

 

History

History
22 lines (22 loc) · 864 Bytes

File metadata and controls

22 lines (22 loc) · 864 Bytes

Installing mPTP

conda install -c conda-forge bison
conda install -c conda-forge flex
conda install -c conda-forge autoconf
conda install -c anaconda automake
conda install -c salilab gsl
  • Then download the mPTP code:
git clone https://github.com/Pas-Kapli/mptp.git
  • Make sure you have a recent gcc version installed.
  • cd into the mPTP code directory
  • run ./autogen.sh
  • run ./configure --prefix=/YOUR/PREFERRED/INSTALL/LOCATION
  • run make
  • run make install