diff options
Diffstat (limited to 'doc/example-smob/README')
-rw-r--r-- | doc/example-smob/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/example-smob/README b/doc/example-smob/README new file mode 100644 index 000000000..1380db123 --- /dev/null +++ b/doc/example-smob/README @@ -0,0 +1,6 @@ +This is the example code for the ``Defining New Types (Smobs)'' +chapter of the Guile manual. + +When you try to execute the code, if the system complains that it +can't find libguile.so, you need to add the directory containing the +installed Guile libraries to your LD_LIBRARY_PATH environment variable. |