On this page:
Building Distributions of Racket
9.1.900

Building Distributions of Racket🔗ℹ

The "distro-build" collection provides tools for creating a Racket distribution—like the ones available at http://download.racket-lang.org, but perhaps for different versions or with different packages pre-installed.

The distribution-building tools are meant to be driven by a makefile in the main Racket source repository, which is currently https://github.com/racket/racket. See "build.md" there for general build information.

    1 Site Configuration Modules

    2 Machine Requirements

    3 Site Configuration Language

    4 Repackaging a Distribution

    5 READMEs

    6 Names and Download Pages

    7 Available Docker Images

    8 Main Distribution via Docker

    9 Examples

      9.1 Single Installer

      9.2 Cross-Build via Docker

      9.3 Multiple Platforms

      9.4 Installer Web Page

      9.5 Accumulated Shapshots Web Page

      9.6 Main Download Site

      9.7 Multiple Platforms on Multiple Machines