X-Git-Url: http://git.hcoop.net/bpt/guile.git/blobdiff_plain/18f468f8caf74fc502d6b907cf5d0dfcb02f3c23..f89a27fae7cdb264cce47d9802747662ee850539:/README?ds=sidebyside diff --git a/README b/README index c6e00a159..74dac69ba 100644 --- a/README +++ b/README @@ -8,6 +8,12 @@ Please send bug reports to bug-guile@gnu.org. About This Distribution ============================================== +Interesting files include: +- INSTALL, which contains instructions on building and installing Guile. +- NEWS, which describes user-visible changes since the last release of Guile. +- COPYING, which describes the terms under which you may redistribute + Guile, and explains that there is no warranty. + Building and installing this distribution gives you: guile --- a stand-alone interpreter for Guile, usually installed in /usr/local/bin. With no arguments, this is a simple @@ -32,12 +38,6 @@ ice-9, ice-9/*.scm --- run-time support for Guile: the module data-rep.info --- An essay on how to write C code that works with Guile Scheme values. -Interesting files include: -- INSTALL, which contains instructions on building and installing Guile. -- NEWS, which describes user-visible changes since the last release of Guile. -- COPYING, which describes the terms under which you may redistribute - Guile, and explains that there is no warranty. - The Guile source tree is laid out as follows: libguile: