[plt-scheme] speeding up building from source

From: Eli Barzilay (eli at barzilay.org)
Date: Tue May 6 03:36:49 EDT 2008

On May  6, Filipe Cabecinhas wrote:
> in unix you would change the SETUP_ARGS variable in the makefile to:
> SETUP_ARGS = -X "$(DESTDIR)$(collectsdir)" -l setup -- -D -n

There's no need to change the makefile, you can use
`make plain-install' instead of `make install' -- this will make it
skip running setup-plt, which you can do later with

  mzscheme -l- setup -D

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                  http://www.barzilay.org/                 Maze is Life!


Posted on the users mailing list.