[plt-scheme] compiling PLT from source and ~/.plt-scheme

From: Eli Barzilay (eli at barzilay.org)
Date: Fri May 15 10:03:53 EDT 2009

On May 15, Tom Schouten wrote:
> Hello,
> 
> Is there a way to compile PLT Scheme from source without setup-plt
> looking in the compiling user's ~/.plt-scheme directory for
> collections?

Use `make plain-install' to avoid running setup-plt, and then run it
manually with

  .../mzscheme -l- setup -U

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


Posted on the users mailing list.