diff options
| author | Ivan Andrus <darthandrus@gmail.com> | 2015-02-06 08:46:43 -0700 |
|---|---|---|
| committer | Ivan Andrus <darthandrus@gmail.com> | 2015-02-06 08:46:43 -0700 |
| commit | 572ba540bc5bd34b499fd71b3720723caac9f42e (patch) | |
| tree | 965fc570ffe53cdfc1a7f95abe86c8e935dc1f51 /README.org | |
| parent | 34489afb8f696877cc1579f4f8f3eaaa96cac660 (diff) | |
Added info to README about compiling on OS X
Diffstat (limited to 'README.org')
| -rw-r--r-- | README.org | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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 |
