Skip to content

Commit

Permalink
Compilation script for Inkscape+SAGE on RHEL9.
Browse files Browse the repository at this point in the history
  • Loading branch information
riclolsen committed Jun 3, 2024
1 parent 68710f8 commit 87be84c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions platform-rhel9/inkscape-plus-sage.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# to compile inkscape

# INSTALL SCRIPT FOR JSON-SCADA ON RHEL9 AND COMPATIBLE PLATFORMS
# username is supposed to be jsonscada
JS_USERNAME=jsonscada

cd /home/jsonscada
sudo -u $JS_USERNAME sh -c 'git clone --recurse-submodules https://gitlab.com/ricardolo/inkscape-rebased.git'
cd inkscape-rebased
Expand Down

0 comments on commit 87be84c

Please sign in to comment.