point out where to get highlight perl bindings
authorJoey Hess <joey@gnu.kitenet.net>
Sun, 9 Aug 2009 00:27:50 +0000 (20:27 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Sun, 9 Aug 2009 00:27:50 +0000 (20:27 -0400)
doc/plugins/highlight.mdwn
doc/plugins/highlight/discussion.mdwn

index 44ced80f72837055fe60b6c2b3c991564d6f6abd..5f04fda522987900f803788f62672c0fd6f36b51 100644 (file)
@@ -8,8 +8,10 @@ languages and file formats.
 ## prerequisites
 
 You will need to install the perl bindings to the
 ## 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
 
 
 ## embedding highlighted code
 
index 51d70bcf9857e47fa4f4c557cf7f2ab51b9db420..0c9e654c1da749e23de87ddbfa340d547b898d0b 100644 (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)  
 
 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]]