~ubuntu-branches/ubuntu/maverick/swig1.3/maverick

« back to all changes in this revision

Viewing changes to Examples/GIFPlot/Guile/simple/README

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Landschoff
  • Date: 2002-03-29 01:56:07 UTC
  • Revision ID: james.westby@ubuntu.com-20020329015607-c0wt03xu8oy9ioj7
Tags: upstream-1.3.11
ImportĀ upstreamĀ versionĀ 1.3.11

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
This is a very minimalistic example in which just a few functions
 
2
and constants from library are wrapped and used to draw some simple
 
3
shapes.  
 
4
 
 
5
`make' will build a version of Guile which defines an additional
 
6
module (simple).  Run `./simple-guile -s runme.scm' to test it.
 
7
 
 
8
`make dynamic' will build a dynamically loadable module, which can be
 
9
loaded from any Guile interpreter.  Run `guile -s runme.scm' to test
 
10
it.  The `use-modules' call in `runme.scm' dynamically loads the
 
11
module.