1
0
mirror of synced 2026-05-03 14:49:45 +00:00

Add to medley release a tar of loadups-only, for those who want that (#465)

* 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'
This commit is contained in:
Larry Masinter
2021-09-20 15:04:07 -07:00
committed by GitHub
parent 8ec1ca966d
commit 25617e383a
2 changed files with 35 additions and 15 deletions

View File

@@ -5,18 +5,30 @@ Alternatively, you can pick up the medley release, and build your own maiko.
Get the Maiko release [here](https://github.com/Interlisp/maiko/releases).
The medley release comes in two parts:
1. The "loadups" (download `$tag-loadups.tgz` below)
2. The "runtime" (download `$tag-runtime.tgz` below)
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):
1. Unpack the medley tar file
```
tar -xvfz $tag.tgz
```
2. Unpack the maiko file for your operating system and CPU type,e.g.,
1. Unpack the medley tar file(s)
```
tar -xvfz $tag-loadups.tgz
tar -xvfz $tag-runtime.tgz
```
2. Unpack the maiko file for your operating system and CPU type, e.g.,
```
tar -xvfz maiko-210823.linux.x86_64.tgz
```
```
3. This should leave you with two directories, `medley` and `maiko`.
Then you can