8 lines
371 B
Bash
Executable File
8 lines
371 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 \
|
|
shared-mime-info shiboken2 swig texinfo xerces-c
|
|
|