Source code

The mph source code is hosted on Github.

Installation

Binary executables

Compilation of mph

  1. Requirements
  2. Change the Eigen path in Makefile.
  3. On the command line type make while in the directory containing the Makefile.
  4. This should produce the executable named mph.

For Windows

Windows Subsystem for Linux (WSL) can be used to run MPH on a Windows machine.

  1. Install Linux on Windows with WSL
    • Ubuntu will be installed by default, and other Linux distributions are available.
  2. Run pre-compiled MPH binaries on a WSL Linux distribution as on a Linux machine.