On this page:
Building Distributions of Racket
8.17

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 READMEs

    5 Names and Download Pages

    6 Available Docker Images

    7 Examples

      7.1 Single Installer

      7.2 Cross-Build via Docker

      7.3 Multiple Platforms

      7.4 Installer Web Page

      7.5 Accumulated Shapshots Web Page

      7.6 Main Download Site

      7.7 Multiple Platforms on Multiple Machines