* Add to medley release a tar of loadups-only, for those who want that * separate pieces (loadups+runtime) with 'don't need runtime if cloned'
979 B
979 B
There are separate releases of medley and maiko. Just get the latest version of each.
Alternatively, you can pick up the medley release, and build your own maiko.
Get the Maiko release here.
The medley release comes in two parts:
- The "loadups" (download
$tag-loadups.tgzbelow) - The "runtime" (download
$tag-runtime.tgzbelow)
You won't need the "runtime" if you clone medley; it's just a subset.
To download both using 'gh' GitHub command line:
gh release download -R Interlisp/medley -p "*"
To use (from a shell/terminal window):
- Unpack the medley tar file(s)
tar -xvfz $tag-loadups.tgz
tar -xvfz $tag-runtime.tgz
-
Unpack the maiko file for your operating system and CPU type, e.g.,
tar -xvfz maiko-210823.linux.x86_64.tgz -
This should leave you with two directories,
medleyandmaiko. Then you cancd medley ./run-medley -full