Skip to content

Instantly share code, notes, and snippets.

@pbosetti
Last active August 29, 2015 14:18
Show Gist options
  • Save pbosetti/4e6ebf5077ceaa8cc8ec to your computer and use it in GitHub Desktop.
Save pbosetti/4e6ebf5077ceaa8cc8ec to your computer and use it in GitHub Desktop.
Dependencies for Mechatronix package on Linux Debian

Dependencies for Mechatronix package on Linux Debian

Before installing the Mechatronix package, install the following dependencies:

sudo apt-get install libyaml-0-2 libyaml-dev
sudo apt-get install libreadline6 libreadline6-dev libreadline-dev readline-common
sudo apt-get install libpcre3 libpcre3-dev
sudo apt-get install libblas3 libblas-dev libopenblas-base libopenblas-dev
sudo apt-get install liblapack3 liblapack-dev

Install the superlu_4.3_amd64.deb package (obtained via FTP):

sudo dpkg -i superlu_4.3_amd64.deb

Install the Mechatronix package (obtained via FTP):

sudo dpkg -i Mechatronix_v1.x-pxxx-beta_amd64.deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment