mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-13 08:09:39 +00:00
Automatic merge branch 'main' into 'devel'
This commit is contained in:
commit
2babdfb666
@ -37,10 +37,12 @@ if [ "$DONT_INSTALL_QT" = false ] ; then
|
||||
sudo apt-get install -y qt5-default qttools5-dev-tools qtdeclarative5-dev
|
||||
else
|
||||
echo "=== jumping installation of qt packages..."
|
||||
# libraries that qt requires in any case
|
||||
sudo apt-get install -y libxcb-icccm4-dev libxcb-image0-dev libxcb-keysyms1-dev libxcb-render-util0-dev libxcb-xinerama0-dev
|
||||
fi
|
||||
|
||||
# libraries that qt requires in any case
|
||||
echo "=== intalling libraries required for qt deployment..."
|
||||
sudo apt-get install -y libxkbcommon-x11-dev libxcb-icccm4-dev libxcb-image0-dev libxcb-keysyms1-dev libxcb-render-util0-dev libxcb-xinerama0-dev
|
||||
|
||||
# possibility to use always system libraries starting from ubuntu 20.04, since cgal is header only
|
||||
if [ "$DONT_INSTALL_CGAL_BOOST" = false ] ; then
|
||||
echo "=== installing cgal and boost..."
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user