[racket-dev] How to build Places

From: Kevin Tew (tewk at cs.utah.edu)
Date: Wed Aug 11 17:59:11 EDT 2010

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.




Posted on the dev mailing list.