@setfilename user
@comment From automake's version.texi someday:
@set EDITION 1.95
-@set UPDATED 5 June 2018
-@set SCMVERS 10.1.9
+@set UPDATED 16 February 2019
+@set SCMVERS 10.1.10
@settitle MIT/GNU Scheme Pucked User Manual
@comment %**end of header
@setchapternewpage odd
@copying
This manual documents the use of MIT/GNU Scheme Pucked @value{SCMVERS}.
-Copyright @copyright{} 2016, 2017, 2018 Matthew Birkholz
+Copyright @copyright{} 2016, 2017, 2018, 2019 Matthew Birkholz
Copyright @copyright{} 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993,
1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
MIT/GNU Scheme Pucked running under GNU/Linux
Type `^C' (control-C) followed by `H' to obtain information about interrupts.
-Copyright (C) 2018 Matthew Birkholz
-Copyright (C) 2018 Massachusetts Institute of Technology
+Copyright (C) 2019 Matthew Birkholz
+Copyright (C) 2019 Massachusetts Institute of Technology
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-Image saved on Saturday December 29, 2018 at 10:54:40 AM
- Release 10.1.7 || Microcode 15.8 || Runtime 15.8 || SF 4.41
- LIAR/x86-64 4.118
+Image saved on Saturday February 16, 2019 at 1:54:09 AM
+ Release 10.1.10 || SF || LIAR/x86-64
+;Loading Edwin... done
@end smallexample
It will open a graphical window if it can, else it will prompt for
Then verify the signature on the @file{.changes} file like this:
@example
-gpg --verify ~/Downloads/mit-scheme-pucked_10.1.9-1_amd64.changes
+gpg --verify ~/Downloads/mit-scheme-pucked_10.1.10-1_amd64.changes
@end example
And compare the checksum in the @file{.changes} file to one
computed from your downloaded file.
@example
-grep mit-scheme-pucked_10.1.9-1_amd64.deb \
- mit-scheme-pucked_10.1.9-1_amd64.changes
-sha256sum mit-scheme-pucked_10.1.9-1_amd64.deb
+grep mit-scheme-pucked_10.1.10-1_amd64.deb \
+ mit-scheme-pucked_10.1.10-1_amd64.changes
+sha256sum mit-scheme-pucked_10.1.10-1_amd64.deb
@end example
After you have downloaded and verified all of the required files, you
@code{mit-scheme-pucked-x11-screen}.
@verbatim
P=~/Downloads/mit-scheme-pucked
-sudo dpkg --install ${P}_10.1.9-1_amd64.deb
+sudo dpkg --install ${P}_10.1.10-1_amd64.deb
sudo dpkg --install ${P}-gdbm_0.2.1-1_amd64.deb
sudo dpkg --install ${P}-blowfish_0.2.1-1_amd64.deb
sudo dpkg --install ${P}-edwin_3.116.1-1_amd64.deb
Click on the name of your Scheme machine architecture in the list of
binaries for the core system. Save the file, which should be named
-something like @file{mit-scheme-pucked-10.1.9-i386.tar.gz}.
+something like @file{mit-scheme-pucked-10.1.10-i386.tar.gz}.
Compile the Scheme interpreter using the following steps:
@enumerate
@item
Unpack the archive to create your build directory, e.g.@:
-@file{mit-scheme-pucked-10.1.9}. For example,
+@file{mit-scheme-pucked-10.1.10}. For example,
@example
-tar xzf mit-scheme-pucked-10.1.9-i386.tar.gz
+tar xzf mit-scheme-pucked-10.1.10-i386.tar.gz
@end example
-will create a new directory @file{mit-scheme-pucked-10.1.9}.
+will create a new directory @file{mit-scheme-pucked-10.1.10}.
@item
Move into the @file{src} subdirectory of the new directory:
@example
-cd mit-scheme-pucked-10.1.9/src
+cd mit-scheme-pucked-10.1.10/src
@end example
@item