diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-08-08 20:27:50 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-08-08 20:27:50 -0400 |
commit | a0ace62664dd767a3894c1a708b8ed49e380c368 (patch) | |
tree | 1597a81d09adbcb4c04fdb6bc81cff569ed50e39 | |
parent | c86842711ffd76b1ce52ce9a5fc21bfae136aebb (diff) |
point out where to get highlight perl bindings
-rw-r--r-- | doc/plugins/highlight.mdwn | 6 | ||||
-rw-r--r-- | doc/plugins/highlight/discussion.mdwn | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/doc/plugins/highlight.mdwn b/doc/plugins/highlight.mdwn index 44ced80f7..5f04fda52 100644 --- a/doc/plugins/highlight.mdwn +++ b/doc/plugins/highlight.mdwn @@ -8,8 +8,10 @@ languages and file formats. ## prerequisites You will need to install the perl bindings to the -[highlight library](http://www.andre-simon.de/), which in Debian -are in the [[!debpkg libhighlight-perl]] package. +[highlight library](http://www.andre-simon.de/). In Debian +they are in the [[!debpkg libhighlight-perl]] package. If +your distribution does not have them, look in `examples/swig` +in highlight's source. ## embedding highlighted code diff --git a/doc/plugins/highlight/discussion.mdwn b/doc/plugins/highlight/discussion.mdwn index 51d70bcf9..0c9e654c1 100644 --- a/doc/plugins/highlight/discussion.mdwn +++ b/doc/plugins/highlight/discussion.mdwn @@ -14,3 +14,6 @@ if you want to implement it I won't complain :-). [[DavidBremner]] Has anyone got this running with CentOS/RHEL ? Having trouble working out where to get the perl bindings for highlight. --[Mick](http://www.lunix.com.au) + +> The perl bindings are hidden in `examples/swig` in highlight's source. +> --[[Joey]] |