Skip to content

Instantly share code, notes, and snippets.

@curiousercreative
Created December 5, 2023 03:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save curiousercreative/ad14e8a72e7cda9c824b404d3aada641 to your computer and use it in GitHub Desktop.
Save curiousercreative/ad14e8a72e7cda9c824b404d3aada641 to your computer and use it in GitHub Desktop.
Build and install ghostscript
#! /usr/bin/env bash
wget https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs10021/ghostscript-10.02.1.tar.gz
tar -zxf ghostscript-10.02.1.tar.gz ghostscript-10.02.1/
cd ghostscript-10.02.1/
./configure
make -j56
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment