Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/techsneeze/dmarcts-report-parser.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTechSneeze <dave@techsneeze.com>2020-04-28 10:14:42 +0300
committerGitHub <noreply@github.com>2020-04-28 10:14:42 +0300
commit3d108fd9f37578c398d980a73778768af3960594 (patch)
treec676522f3ae921af613b2beb4ef6a6383df78cf2
parentbb5dd8b6f84ab6ee04b2e7f9d3bba07165735eea (diff)
Add macOS instructions submitted awhile back in #68
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 9eb7ebf..4705322 100644
--- a/README.md
+++ b/README.md
@@ -33,6 +33,16 @@ yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.r
yum install perl-File-MimeInfo perl-Mail-IMAPClient perl-MIME-tools perl-XML-Simple perl-DBI \
perl-Socket6 perl-PerlIO-gzip perl-DBD-MySQL unzip perl-Mail-Mbox-MessageParser
```
+
+ ### on macOS (macOS 10.13):
+```
+brew install mysql shared-mime-info
+update-mime-database /usr/local/share/mime
+perl -MCPAN -e 'install Mail::IMAPClient'
+perl -MCPAN -e 'install Mail::Mbox::MessageParser'
+perl -MCPAN -e 'install File::MimeInfo'
+perl -MCPAN -e 'install DBD::mysql'
+```
To get your copy of the dmarcts-report-parser, you can either clone the repository:
```