keltia / dmarc-cat

Small utility to decode the report sent by various email providers following the DMARC spec
Other
62 stars 13 forks source link

update install instructions to go 1.19 #19

Open guss77 opened 1 year ago

guss77 commented 1 year ago

Also explicitly remind people to install gpgme development files.

Should fix issue #18

kcm commented 6 months ago

For macOS using Homebrew:

CGO_CFLAGS="-I/opt/homebrew/include" CGO_LDFLAGS="-L/opt/homebrew/lib" go install ...