[plt-scheme] speeding up building from source
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!