meshlab/install/linux/linux_setup_env_ubuntu.sh
2020-06-16 12:02:05 +02:00

10 lines
485 B
Bash

#!/bin/bash
# this is a script shell sets up an ubuntu (16.04, 18.04) environment where
# MeshLab can be compiled.
#
# Run this script if you never installed any of the MeshLab dependencies.
sudo apt-get update
sudo apt-get install -y qt5-default qttools5-dev-tools qtdeclarative5-dev libqt5xmlpatterns5-dev mesa-common-dev libglu1-mesa-dev lib3ds-dev libglew-dev libeigen3-dev libopenctm-dev libgmp-dev libqhull-dev patchelf chrpath #libmuparser-dev
sudo apt-get install -y chrpath