ahnafnafee / PostScript-Preview

💻 PostScript Preview is an extension that helps to preview EPS and PS files in Visual Studio Code.
MIT License
4 stars 0 forks source link

macOS Requirements #9

Open bokken12 opened 1 year ago

bokken12 commented 1 year ago

Currently, the requirements section of the README states that users on macOS need to install GhostScript via

brew install ghostscript

However, this is sufficient only to provide the desired ps2pdf command. To enable the additional pdftocairo command that is required for the extension to function, it is required to additionally run

brew install poppler

it may be useful to add instructions to this effect to the README.

D3mianGianoz commented 1 month ago

Thanks @bokken12 I ran out in the same scenario, @ahnafnafee updating the README would indeed be helpful!