point out where to get highlight perl bindings

master
Joey Hess 2009-08-08 20:27:50 -04:00
parent c86842711f
commit a0ace62664
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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]]