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 87be84c commit e956643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform-rhel9/inkscape-plus-sage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit e956643

Please sign in to comment.