[racket-dev] How to build Places

From: Eric Dobson (endobson at cs.brown.edu)
Date: Wed Aug 11 18:21:16 EDT 2010

Is there a place where we can see the docs without building from source?

-Eric

On Wed, Aug 11, 2010 at 5:59 PM, Kevin Tew <tewk at cs.utah.edu> wrote:
> Places is ready for experimentation by a wider audience.
>
> Build Instructions
> ========================
> mkdir build_places
> cd build_places
> ../src/configure --enable-places
> make
> make install
>
> Basic place API documentation should build in your user docs directory.
> collects/tests/racket/place-channel.rktl tests communication of simple
> datatypes.
>
>
> _________________________________________________
>  For list-related administrative tasks:
>  http://lists.racket-lang.org/listinfo/dev
>


Posted on the dev mailing list.