MediaScript
These are quickly written instructions. Detailed instructions to follow in the far future.
1. Download and install everything MediaScript depends on. You can download and build from source, or use your favorite package installation program, or whatever. Here is a partial list.
2. Hand-write a pkg-config file for PLT Scheme, which does not generate
its own pkg-config files. This file needs to be called
mzcgc.pc (for MzScheme with the conservative garbate collector).
Here is a sample pkg-config file
prefix=/glimmer
exec_prefix=${prefix}
libdir=${prefix}/lib
includedir=${prefix}/include
collects=/glimmer/lib/plt/collects
Name: MzScheme/CGC
Description: The MzScheme library with the CGC garbage collector
Version: 4.1.3
Libs: -L${libdir} -lmzscheme -lmzgc
Cflags: -I${includedir}
3. Download the source code for MediaScript using SVN.
svn co svn://svn.cs.grinnell.edu/glimmer/DrFu
4. Configure MediaScript
./configure
5. Build MediaScript
make
6. Install MediaScript
/usr/bin/sudo make install
AnuKramer, a student in the Fall 2007 session of Grinnell College's CSC 151. The image is copyright © 2007 Heather Kramer and is used by permission.