From 083826b08970d16e0f64676a6cdc8893eb38cadb Mon Sep 17 00:00:00 2001 From: Aaron Barnes Date: Sun, 20 Dec 2015 20:48:53 +1300 Subject: [PATCH] Add Debian/Ubuntu installation hint --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 53dc348..a99c18f 100644 --- a/README.md +++ b/README.md @@ -175,6 +175,13 @@ brew install boost --build-from-source brew install pyexiv2 ``` +On Debian and Ubuntu you can install dependencies using `apt-get`. + +``` +apt-get install libimage-exiftool-perl +apt-get install python-pyexiv2 +``` + If you have problems you can run the following commands which the fine folks at StackOverflow [suggested to me once](http://stackoverflow.com/a/18817419/1318758). ### Using OpenStreetMap data from MapQuest