[racket-dev] Building without docs

From: Robby Findler (robby at eecs.northwestern.edu)
Date: Mon Jan 17 10:12:05 EST 2011

You can also set PLT_SETUP_OPTIONS to "-D" and then make install will
avoid building the docs. Also note that on a multi-core machine "make
-j <N>" works and speeds things up a bit.

Robby

On Mon, Jan 17, 2011 at 9:02 AM, Sam Tobin-Hochstadt <samth at ccs.neu.edu> wrote:
> On Mon, Jan 17, 2011 at 10:01 AM, Noel Welsh <noelwelsh at gmail.com> wrote:
>> Well, that didn't work, but we've decided to upgrade to Racket anyway
>> :)   What's the equivalent process for Racket?
>
> Very similar:
>
> % make
> % make plain-install
> % raco setup -D
>
>>
>> Thanks,
>> N.
>>
>> On Wed, Jan 12, 2011 at 12:58 PM, Matthew Flatt <mflatt at cs.utah.edu> wrote:
>>> At Wed, 12 Jan 2011 11:29:03 +0000, Noel Welsh wrote:
>>>> I'm trying to build 4.2.2 without building the docs. I thought I could
>>>> just run make and then setup-plt -D, but make does not install the
>>>> binaries. Looking through the Makefile did not lead to enlightenment.
>>>> Any suggestions?
>>>
>>> Does `make plain-install' followed by `setup-plt -D' work? (Version
>>> 4.2.2 is old enough that I forget what worked back then.)
>>>
>>>
>> _________________________________________________
>>  For list-related administrative tasks:
>>  http://lists.racket-lang.org/listinfo/dev
>>
>
>
>
> --
> sam th
> samth at ccs.neu.edu
> _________________________________________________
>  For list-related administrative tasks:
>  http://lists.racket-lang.org/listinfo/dev
>


Posted on the dev mailing list.