GNU Info

Info Node: (guile.info)The Basic Guile Package

(guile.info)The Basic Guile Package


Next: Packages not shipped with Guile Up: Obtaining and Installing Guile
Enter node , (file) or (file)node

The Basic Guile Package
=======================

Guile can be obtained from the main GNU archive site
<ftp://prep.ai.mit.edu/pub/gnu> or any of its mirrors.  The file will
be named guile-version.tar.gz.  The current version is 1.4, so the file
you should grab is:

<ftp://prep.ai.mit.edu/pub/gnu/guile-1.4.tar.gz>

To unbundle Guile use the instruction
     zcat guile-1.4.tar.gz | tar xvf -
which will create a directory called `guile-1.4' with all the sources.
You can look at the file `INSTALL' for detailed instructions on how to
build and install Guile, but you should be able to just do
     cd guile-1.4
     ./configure
     make install

This will install the Guile executable `guile', the Guile library
`libguile.a' and various associated header files and support libraries.
It will also install the Guile tutorial and reference manual.

Since this manual frequently refers to the Scheme "standard", also
known as R4RS, or the "Revised^4 Report on the Algorithmic Language
Scheme", we have included the report in the Guile distribution; Note:
Introduction.  This will also be installed in your info
directory.


automatically generated by info2www version 1.2.2.9