From e956643b94530f5788eb8de25b833f6462f78602 Mon Sep 17 00:00:00 2001 From: Ricardo Olsen Date: Mon, 3 Jun 2024 20:41:58 -0300 Subject: [PATCH] Compilation script for Inkscape+SAGE on RHEL9. --- platform-rhel9/inkscape-plus-sage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform-rhel9/inkscape-plus-sage.sh b/platform-rhel9/inkscape-plus-sage.sh index 1d4943e6..4e819b7e 100644 --- a/platform-rhel9/inkscape-plus-sage.sh +++ b/platform-rhel9/inkscape-plus-sage.sh @@ -7,7 +7,7 @@ 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 -#sudo -u $JS_USERNAME sh -c 'mkdir build' +sudo -u $JS_USERNAME sh -c 'mkdir build' cd build #sudo -u $JS_USERNAME sh -c 'cmake -DENABLE_POPPLER_CAIRO=OFF -DCMAKE_CXX_STANDARD=20 ..' #sudo -u $JS_USERNAME sh -c 'make'