How to install MBDyn (Linux Ubuntu)

How to install MBDyn

A memorandum for Linux beginners. The tool called MBDyn seems to be a minor, and I could not find any Japanese installation explanation site. Perhaps it's obvious to anyone familiar with a tool called Linux, but I'll write it down for myself. (Because it's hard to forget and remember later)

First, if you look at the Software Installation section of the official website (https://www.mbdyn.org/?Software_Installation), it will be explained in detail, so please refer to that.

I will list the necessary commands. Please refer to the official website for details.

Specific procedure

apt update apt install make gcc g++ gfortran

apt update apt install libltdl-dev liblapack-dev libsuitesparse-dev libnetcdf-dev libnetcdf-cxx-dev

wget https://www.mbdyn.org/userfiles/downloads/mbdyn-1.7.3.tar.gz (Please replace the part of mbdyn-1.7.3 with the version you want)

tar xzvf mbdyn-1.7.3.tar.gz cd mbdyn-1.7.3/

Next, duplicate the repository locally (your work environment) from the official website. There are two methods, but here we will use git clone.

First, create a directory. mkdir -p ~/mbdyn-1.7.3/git cd ~/mbdyn-1.7.3/git git init

here git clone https://public.gitlab.polimi.it/DAER/mbdyn.git cd mbdyn git checkout develop (Honestly, if you don't understand why you're making a brunch, please let me know.)

sh bootstrap.sh

Now go back to the source tree and run configure cd ~/mbdyn-1.7.3 ./configure make

sudo make install (If you do make install, do you need the above make?)

that's all.

It would be greatly appreciated if you could point out any mistakes.

Recommended Posts

How to install MBDyn (Linux Ubuntu)
How to install php7.4 on Linux (Ubuntu)
How to install wkhtmltopdf (Amazon Linux2)
How to install VMware-Tools on Linux
How to install Go on Ubuntu
How to install aws-session-manager-plugin on Manajro Linux
How to install packages on Alpine Linux
How to install Anisble on Amazon Linux 2
How to install Windows Subsystem For Linux
How to install Python
How to install pip
How to install archlinux
How to install python
How to install BayesOpt
How to install Nbextensions
How to install Prover9
How to install Camunda Modeler on Manjaro Linux
How to build Java environment on Ubuntu (Linux)
[2020.8 latest] How to install Python
How to install Python [Windows]
Tabpy 1.0 (2020-01 version) How to install
How to install mkl numpy
How to install Pelican blog
How to install Linux on a 32bit UEFI PC
[AWS EC2] How to install Maven on Amazon Linux 2
How to install git on Linux such as EC2
How to install python using anaconda
How to set up Ubuntu for Windows Subsystem for Linux 2 (WSL2)
How to install mysql-connector-python on mac
How to install and use Tesseract-OCR
Steps to install Ubuntu in VirtualBox
Ubuntu Linux 20.04
How to install graph-tool on macOS
How to install pycrypto on Windows
How to use MBDyn (command setting)
How to install OpenCV on Mac
How to install PyPy on CentOS
How to install TensorFlow on CentOS 7
How to install and configure blackbird
How to install CUDA and nvidia-driver
How to install and use Graphviz
How to install mysql-connector with pip3
How to check Linux OS version
How to install Maven on CentOS
How to install music 21 on windows
How to install Anaconda with pyenv
How to build my own Linux server
[Linux] How to subdivide files and folders
How to install drobertadams / toggl-cli on Mac
python3 How to install an external module
[Kivy] How to install Kivy on Windows [Python]
I want to know how LINUX works!
How to install DLIB with 2020 / CUDA enabled
How to use OpenVPN with Ubuntu 18.04.3 LTS
[Linux] How to use the echo command
How to use the Linux grep command
How to update php on Amazon linux 2
How to install a package using a repository
Steps to install Python environment on Ubuntu
[Ubuntu] How to execute a shell script
How to display emoji on Manjaro Linux