coherentgraphics / cpdf-binaries

PDF Command Line Tools binaries for Linux, Mac, Windows
Other
581 stars 42 forks source link

How to install it on the mac #76

Closed DesBw closed 1 year ago

DesBw commented 1 year ago

Dragging binaries to the system folder (the bin) is no more possible in the Mac. Where shall I install the binary file?

johnwhitington commented 1 year ago

I install with

cp ./cpdf /usr/local/bin/cpdf

You will need to sudo this probably.

DesBw commented 1 year ago

That worked. Thanks