Newer
Older
Import / applications / MakePDF / deps.sh
@John Ryland John Ryland on 22 Dec 2020 217 bytes import NUC files
#!/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