From fdaa595969a08da90dcf99daebfca5d9b1aba329 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Szak=C3=A1ts?= <vszakats@users.noreply.github.com> Date: Tue, 24 Mar 2015 12:28:44 +0100 Subject: [PATCH] add OS X Homebrew install tip The formula will install version 2.3.0 at this moment: https://github.com/Homebrew/homebrew/blob/master/Library/Formula/libharu.rb --- INSTALL | 2 ++ 1 file changed, 2 insertions(+) diff --git a/INSTALL b/INSTALL index bf9e1f3..6841a3d 100644 --- a/INSTALL +++ b/INSTALL @@ -11,3 +11,5 @@ don't forget to run ./buildconf.sh in order to create See more detailed instructions here: https://github.com/libharu/libharu/wiki/Installation +On OS X, you can use Homebrew to install libHaru: +$ brew install libharu -- 2.21.1 (Apple Git-122.3)