diff options
| author | Joseph Mingrone <jrm@ftfl.ca> | 2018-03-25 13:06:42 -0300 |
|---|---|---|
| committer | Andreas Politz <politza@hochschule-trier.de> | 2018-04-21 18:17:05 +0200 |
| commit | 10960babfa98b1f383d39072b3a25a91cbef83b4 (patch) | |
| tree | 2beda88ca97df8d1478ebd2eb1875f94f2d99287 | |
| parent | 094b2931de775c734ad353c5d06cf5fc6a55f11d (diff) | |
Include instructions for installing the FreeBSD package
| -rw-r--r-- | README.org | 15 |
1 files changed, 12 insertions, 3 deletions
@@ -130,9 +130,18 @@ or likewise within Emacs using `setenv`. After that, compilation should proceed as normal. -**** Compiling on FreeBSD - Although not officially suppported, it has been reported that - pdf-tools work well on FreeBSD. Install the dependencies with +**** FreeBSD + Although not officially supported, it has been reported that + pdf-tools work well on FreeBSD. Instead of building pdf-tools, you + can install one of the OS packages with, e.g. +#+BEGIN_SRC sh + $ pkg install pdf-tools-emacs25 +#+END_SRC + To see the current list of pdf-tools packages for FreeBSD visit + [[https://repology.org/metapackages/?search=pdf-tools&inrepo=freebsd][the Repology list]]. + + To build pdf-tools from either melpa or directly from the source + repository, install the dependencies with #+BEGIN_SRC sh $ pkg install autotools gmake poppler-glib #+END_SRC |
