Skip to content

Commit

Permalink
ghostscript added to installation file
Browse files Browse the repository at this point in the history
  • Loading branch information
GBenedett committed Oct 24, 2024
1 parent 9eec5cb commit 77e1ff3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions installation/CentOS/install_ceasiompy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ current_dir="$(pwd)"
sudo dnf install gcc-c++
sudo dnf install tbb

sudo dnf install ghostscript

# only in Docker?
sudo dnf install libXrender
sudo dnf install libXcursor
Expand Down
2 changes: 2 additions & 0 deletions installation/Ubuntu/install_ceasiompy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ current_dir="$(pwd)"
sudo apt install g++
sudo apt install libtbb2

sudo apt install ghostscript

cd ../..

conda env create -f environment.yml
Expand Down

0 comments on commit 77e1ff3

Please sign in to comment.