diff options
Diffstat (limited to 'examples/loadables')
-rw-r--r-- | examples/loadables/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/loadables/README b/examples/loadables/README index db67860..4c36898 100644 --- a/examples/loadables/README +++ b/examples/loadables/README @@ -31,3 +31,6 @@ Many of the details needed by builtin writers are found in hello.c, the canonical example. There is no real `builtin writers' programming guide'. The file template.c provides a template to use for creating new loadable builtins. + +On Debian GNU/Linux systems, the bash headers are in /usr/include/bash. +The appropriate options are already set in the example Makefile. |