Skip to content

Commit

Permalink
Script for installation on RHEL9 updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
riclolsen committed Jun 4, 2024
1 parent 06d348b commit a539a47
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions platform-rhel9/json-scada-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,8 @@ sudo dnf -y install epel-release
sudo dnf -y install tar vim nano nginx wget chkconfig dotnet-sdk-6.0 java-21-openjdk php curl
# to compile inkscape
wget https://dl.rockylinux.org/pub/rocky/9/devel/x86_64/os/Packages/p/potrace-devel-1.16-7.el9.x86_64.rpm
wget https://gitlab.com/inkscape/lib2geom/-/archive/master/lib2geom-master.zip
unzip lib2geom-master.zip
sudp rpm -ivh potrace-devel-1.16-7.el9.x86_64.rpm
sudo dnf -y install ninja-build gtkmm30-devel gspell-devel boost-devel poppler-devel poppler-glib-devel gtest-devel harfbuzz-devel
sudo dnf -y install ninja-build libjpeg-devel libxslt-devel gtkmm30-devel gspell-devel boost-devel poppler-devel poppler-glib-devel gtest-devel harfbuzz-devel
sudo dnf -y install libwpg-devel librevenge-devel libvisio-devel libcdr-devel readline-devel ImageMagick-c++-devel GraphicsMagick-c++-devel
sudo dnf -y install pango-devel gsl-devel libsoup-devel lcms2-devel gc-devel double-conversion-devel potrace python3-scour

Expand Down

0 comments on commit a539a47

Please sign in to comment.