Releases: Interlisp/medley
medley-211025
Welcome.
See the Medley README for information on how to set up to use Medley.
What's Changed
Full Changelog: medley-211015...medley-211025
medley-211022b
See the Medley README for
information on how to set up to use Medley.
Full Changelog: medley-211022...medley-211022b
medley-211022
See the Medley README for
information on how to set up to use Medley.
Changelog: medley-211015...medley-211022
WARNING: THIS RELEASE .tgz files should be unpacked IN the medley directory. This will be fixed in future releases.
medley-211015
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
medley-211015-loadups.tgz
below) - The "runtime" (download
medley-211015-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):
- Unpack the medley tar file(s)
tar -xvfz medley-211015-loadups.tgz
tar -xvfz medley-211015-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,
medley
andmaiko
.
Then you cancd medley ./run-medley -full
What's Changed
Full Changelog: medley-211010...medley-211015
medley-211010
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
medley-211010-loadups.tgz
below) - The "runtime" (download
medley-211010-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):
- Unpack the medley tar file(s)
tar -xvfz medley-211010-loadups.tgz
tar -xvfz medley-211010-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,
medley
andmaiko
.
Then you cancd medley ./run-medley -full
medley-210923
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
medley-210923-loadups.tgz
below) - The "runtime" (download
medley-210923-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):
- Unpack the medley tar file(s)
tar -xvfz medley-210923-loadups.tgz
tar -xvfz medley-210923-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,
medley
andmaiko
.
Then you cancd medley ./run-medley -full
medley-210917
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.
To use (from a shell/terminal window):
- Unpack the medley tar file
tar -xvfz medley-210917.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,
medley
andmaiko
.
Then you cancd medley ./run-medley -full
medley-210908
There are separate releases of medley and maiko.
Get the latest version of each.
From a shell/terminal window:
- Get the medley release
medley-210908.tgz
below.
Unpack the medley tar file
tar -xvfz medley-210908.tgz
- Get the Maiko release here.
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,
medley
andmaiko
.
Then you cancd medley ./run-medley -full
Alternatives:
- Medley
- Instead of medley-210908.tgz, get medley-210908-loadups-only.tgz and
- the sources below, or
- checkout tag medley-210908 in your own clone of the repo
- You can make your own loadups; see scripts/loadup-and-release.sh
- Maiko
- Get the latest maiko sources and make your own
cd maiko/bin
./makeright x
and, if you're doing a loadup
./makeright init
medley-210903
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.
To use (from a shell/terminal window):
- Unpack the medley tar file
tar -xvfz medley-210903.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,
medley
andmaiko
.
Then you cancd medley ./run-medley -full
medley-210831
We've moved to separate releases of medley and maiko.
Just get the latest version of each.
Or, you could pick up the medley release and build your own maiko.
Medley release is here:
medley-210831.tgz
Maiko relese is here
To use (from a shell/terminal window):
- Unpack the medley tar file
tar -xvfz medley-210831.tgz
and the maiko file for your os.arch, e.g.,
tar -xvfz maiko-210823.linux.x86_64.tgz
This should leave you with two directories, medley
and maiko
.
Then you can
cd medley
./run-medley -full