1
0
mirror of synced 2026-01-27 12:52:06 +00:00

Move material from 'release-notes' to README (#526)

* Move material from 'release-notes' to README

* Remove extra junk files from Lispusers DATE and PLAINTEXTSTREAM

* Update README instructions per feedback; add a BUILDING readme
This commit is contained in:
Larry Masinter
2021-10-21 23:19:37 -07:00
committed by GitHub
parent c3b5e23cd9
commit d1fe834e6f
3 changed files with 79 additions and 53 deletions

View File

@@ -1,41 +1,6 @@
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](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(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
```
cd medley
./run-medley -full
```
See the [Medley README](https://github.com/Interlisp/medley#readme)for
information on how to set up to use Medley.
DELETE THIS PARAGRAPH and replace it with a description of what changed since the last release (using the GitHub web ui).