Newer
Older
Import / applications / MakePDF / deps.sh
@John John on 29 Dec 2020 217 bytes bulk import from macbookpro checkouts
#!/bin/bash


# macOS deps
brew install create-dmg

# probably Qt also and more
brew install qt

# Handy tool to examine meta-data in files. Supports JPG, PNG, PDF etc. Can check PDF meta-data
brew install exiftool