* 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>
8 lines
397 B
Bash
Executable File
8 lines
397 B
Bash
Executable File
#!/bin/sh
|
|
pacman --noconfirm --sync boost boost-libs cmake coin curl desktop-file-utils doxygen \
|
|
eigen gc gcc-fortran git glew gnu-free-fonts guile hicolor-icon-theme jsoncpp \
|
|
libspnav libtool make med opencascade pyside2 pyside2-tools python-matplotlib \
|
|
python-netcdf4 python-pivy qt5-svg qt5-tools qt5-webengine qt5-webkit \
|
|
shared-mime-info shiboken2 swig texinfo xerces-c
|
|
|