diff options
author | Jim Blandy <jimb@red-bean.com> | 1998-07-27 23:22:11 +0000 |
---|---|---|
committer | Jim Blandy <jimb@red-bean.com> | 1998-07-27 23:22:11 +0000 |
commit | 487f379f37d1bc447d9cc6fc975bc55ccb620f47 (patch) | |
tree | 6ef8e8f875c71e9d0b12816c0db97ad08a47c611 /ANON-CVS | |
parent | a88b0ab267ef44a53d72a93a0cc16a030fd2adbb (diff) |
*** empty log message ***
Diffstat (limited to 'ANON-CVS')
-rw-r--r-- | ANON-CVS | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -29,6 +29,15 @@ To check out a CVS working directory: This should create a new directory `guile-core' in your current directory, and populate it with the current Guile sources. +The modules available for checkout are: + guile-core --- The scheme interpreter itself. + guile-doc --- Guile documentation-in-progress. + guile-tcltk --- An interface between Guile and Tcl/Tk. + guile-scsh --- An incomplete port of SCSH 0.4.4 to Guile. + guile-rgx-ctax --- This has been discontinued; use Andrew Archibald's + distribution instead: + ftp://ftp.red-bean.com/pub/guile/contrib/misc/guile-lang-allover-0.1.tar.gz + Once you have a working directory, you can bring it up to date easily and efficiently: |