From 21c1ce4b1ff0f5cdae94c8855114bec3caace645 Mon Sep 17 00:00:00 2001 From: Anna Sidwell Date: Sat, 24 Nov 2018 14:08:05 +0000 Subject: [PATCH] Add MacOS install packages --- README.md | 6 ++++++ system-requirements-macos.txt | 1 + 2 files changed, 7 insertions(+) create mode 100644 system-requirements-macos.txt diff --git a/README.md b/README.md index 1f39993..fc32b5c 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,12 @@ All commands from here on should be run in the `ojuso-map` directory. $ xargs < system-requirements-debian.txt sudo apt-get install -y ``` +### MacOS + +```bash +xargs < system-requirements-macos.txt brew install +``` + ### Fedora ```bash diff --git a/system-requirements-macos.txt b/system-requirements-macos.txt new file mode 100644 index 0000000..22de111 --- /dev/null +++ b/system-requirements-macos.txt @@ -0,0 +1 @@ +gdal \ No newline at end of file