1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-02 13:00:26 +02:00

Updated GNu ftp server name. Use "-lguile" instead of "libguile.a".

Some small fixes/improvements.
This commit is contained in:
Marius Vollmer 2002-09-09 21:31:16 +00:00
parent 9a62e364d6
commit 4dda42f303

View file

@ -868,29 +868,34 @@ packages and documentation you might need or find interesting.
@section The Basic Guile Package @section The Basic Guile Package
Guile can be obtained from the main GNU archive site Guile can be obtained from the main GNU archive site
@url{ftp://prep.ai.mit.edu/pub/gnu} or any of its mirrors. The file @url{ftp://ftp.gnu.org} or any of its mirrors. The file
will be named guile-version.tar.gz. The current version is will be named guile-version.tar.gz. The current version is
@value{VERSION}, so the file you should grab is: @value{VERSION}, so the file you should grab is:
@url{ftp://prep.ai.mit.edu/pub/gnu/guile-@value{VERSION}.tar.gz} @url{ftp://ftp.gnu.org/pub/gnu/guile-@value{VERSION}.tar.gz}
To unbundle Guile use the instruction To unbundle Guile use the instruction
@example @example
zcat guile-@value{VERSION}.tar.gz | tar xvf - zcat guile-@value{VERSION}.tar.gz | tar xvf -
@end example @end example
which will create a directory called @file{guile-@value{VERSION}} with which will create a directory called @file{guile-@value{VERSION}} with
all the sources. You can look at the file @file{INSTALL} for detailed all the sources. You can look at the file @file{INSTALL} for detailed
instructions on how to build and install Guile, but you should be able instructions on how to build and install Guile, but you should be able
to just do to just do
@example @example
cd guile-@value{VERSION} cd guile-@value{VERSION}
./configure ./configure
make
make install make install
@end example @end example
This will install the Guile executable @file{guile}, the Guile library This will install the Guile executable @file{guile}, the Guile library
@file{libguile.a} and various associated header files and support @file{-lguile} and various associated header files and support
libraries. It will also install the Guile tutorial and reference manual. libraries. It will also install the Guile tutorial and reference
manual.
@c [[include instructions for getting R5RS]] @c [[include instructions for getting R5RS]]