This directory contains Racket materials that are built daily from the development repository. See below for instructions.


• installers  Installers
(these are platform-specific distribution files, similar to standard distributions.)
• docs  Documentation files
• binaries  Platform-specific binary files
• pre-installers  Pre-installer files
(these contain distribution files in tgz format, which are used to create platform-specific installers)
• racket  A complete build tree (built on x86_64-linux-f14)
• racket-clean-tree.tgz (21M)  The complete repository source tree packed in a gzipped tarball
• script.html  Sample scripts for using nightly builds
(read this if you want to use automatic scripts to keep an up-to-date installation)
• stamp  Timestamp+version file
(updated only after a successful build, useful for automatic scripts)
• build-log.txt (2.1M)  Full build log

The nightly-builds page is being built every night from the current Development Repository, which lets you use the latest material with close to zero hassle that is normally associated with checking out the development tree. You can choose whether you want to use the full source tree, which means that you will get a lot more than you get with a standard distribution, or the installers that contain the same material as a standard distribution.

For the easiest way of getting a build, choose an installer for your platform from the installers directory.

For an approach that is more suitable for scripting, you should:

  1. start at the binaries subdirectory for your platform,
  2. download the racket-...-full.tgz file,
  3. unpack it with GNU Tar (or something compatible to it), for example: "tar xzf racket-...-full.tgz".
Note that there are many other tgz files that contain various subsets of the tree, for example, you can get just the documentation part, the clean plt/src part, the full tree before any compilation, documentation .plt files, or for each platform a tgz file that contains just native-code binary files.

It is also easy to setup a script that will automate the process of retrieving the tgz file, unpacking and installing it. This is explained in more details in scripts. In addition to being convenient for updating your tree, it can be used by an automatic job scheduler (for example, a cron job on Unix) to make tree that is always updated.


(version 5.3.4.10, updated at Monday, May 13 2013, 03:30 EDT)