summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorIvan Andrus <darthandrus@gmail.com>2015-02-06 08:46:43 -0700
committerIvan Andrus <darthandrus@gmail.com>2015-02-06 08:46:43 -0700
commit572ba540bc5bd34b499fd71b3720723caac9f42e (patch)
tree965fc570ffe53cdfc1a7f95abe86c8e935dc1f51 /README.org
parent34489afb8f696877cc1579f4f8f3eaaa96cac660 (diff)
Added info to README about compiling on OS X
Diffstat (limited to 'README.org')
-rw-r--r--README.org15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.org b/README.org
index 351d158..bf1e10c 100644
--- a/README.org
+++ b/README.org
@@ -98,6 +98,21 @@
#+begin_src sh
$ sudo aptitude install imagemagick
#+end_src
+**** Compiling on OS X
+ Although OS X is not officially supported, it has been
+ successfully compiled. You will poppler which you can install
+ with homebrew via
+#+BEGIN_SRC sh
+ $ brew install poppler
+#+END_SRC
+
+ You will also have to help pkg-config find some X11 libraries by
+ setting ~PKG_CONFIG_PATH~:
+#+BEGIN_SRC sh
+ $ export PKG_CONFIG_PATH=/opt/X11/lib/pkgconfig
+#+END_SRC
+
+ After that, compilation should proceed as normal.
*** Compilation
Now it's time to compile the source.
#+begin_src sh