* Container based build environments * Initial commit for support of Arch and Manjaro Linux distros * Removed openSUSE as shiboken is not supported in 15.3 * Added system updates to container image build * Removed duplicates and ordered packages for easy reference * Updated documenation for openSUSE and package installation. Added documentation on how to install packages outside of conatiners Removed references to openSUSE due to missing dependancies. * Matched debian and ubuntu install script for eaiser comparison * Fixed error of image realease from latest to rolling Ubuntu's "latest" tag is to their LTS distribution release rather than their current cutting edge distro release. * Update debian.sh Remove unneeded deps and remove libboost-all-dev * Update ubuntu.sh Remove unneeded deps and remove libboost-all-dev Co-authored-by: Christopher West <cwest@thedigitaledge.co.uk> Co-authored-by: Kurt Kremitzki <kkremitzki@users.noreply.github.com>
10 lines
587 B
Bash
10 lines
587 B
Bash
#!/bin/sh
|
|
dnf --assumeyes install boost-devel cmake Coin3 Coin3-devel desktop-file-utils doxygen \
|
|
eigen3-devel freeimage-devel freetype freetype-devel gcc gettext git libspnav-devel \
|
|
libXmu-devel med med-devel mesa-libGLU-devel ode-devel opencascade-devel \
|
|
opencv-devel openmpi-devel pcl-devel pyside2-tools python3 python3-devel \
|
|
python3-matplotlib python3-pivy python3-pyside2-devel qt5-qtsvg-devel \
|
|
qt5-qttools-static qt5-qtxmlpatterns qt5-qtxmlpatterns-devel qt-devel \
|
|
qt-webkit-devel smesh-devel SoQt-devel swig tbb-devel vtk xerces-c xerces-c-devel
|
|
|