diff options
author | Jim Blandy <jimb@red-bean.com> | 1998-10-15 21:48:51 +0000 |
---|---|---|
committer | Jim Blandy <jimb@red-bean.com> | 1998-10-15 21:48:51 +0000 |
commit | 90b714763e2f6ec59267ed5bf16356f8b7df58f7 (patch) | |
tree | 85bc34390592bccfa11b7623dd7ff68f15cf5ad7 /doc/example-smob/README | |
parent | 305f02b1303af61c156f2922f1019ac1dfba76c2 (diff) | |
download | guile-90b714763e2f6ec59267ed5bf16356f8b7df58f7.tar.gz |
Created this directory for the Guile 1.3 release. Thanks to Jay
Glascoe for suggesting that we provide a complete, buildable
example!
* ChangeLog, Makefile, README, image-type.c, image-type.h,
myguile: New files.
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. |