Updated Guile modules.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@815 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
ebf5116c60
commit
27705dc6ff
8 changed files with 61 additions and 35 deletions
|
|
@ -1,3 +1,11 @@
|
|||
This is a very minimalistic example in which just a few functions
|
||||
and constants from library are wrapped and used to draw some simple
|
||||
shapes. Run `gifguile -s runme.scm'.
|
||||
shapes.
|
||||
|
||||
`make' will build a version of Guile which defines an additional
|
||||
module (simple). Run `./simple-guile -s runme.scm' to test it.
|
||||
|
||||
`make dynamic' will build a dynamically loadable module, which can be
|
||||
loaded from any Guile interpreter. Run `guile -s runme.scm' to test
|
||||
it. The `use-modules' call in `runme.scm' dynamically loads the
|
||||
module.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue