Add a transcript to create generated racket libs

This commit is contained in:
Dan Doel 2024-02-06 14:04:43 -05:00
parent 958b8b958a
commit 2e98e1a7c2

View File

@ -0,0 +1,9 @@
Fetch base, then fetch the compiler, then build the generated
libraries in the racket directory.
```ucm
.> pull @unison/base/releases/2.5.0 .base
.> compile.native.fetch
.> compile.native.genlibs scheme-libs/racket
```