mirror of
https://gitlab.com/vindarel/ciel.git
synced 2026-01-25 05:50:49 -08:00
README: Add Void Linux to list of built binaries
This commit is contained in:
parent
c589d1acc0
commit
4f4c0daad9
1 changed files with 10 additions and 5 deletions
15
README.md
15
README.md
|
|
@ -174,14 +174,19 @@ images, you must build it yourself.
|
|||
You don't need anything, just download the CIEL executable and run its
|
||||
REPL. You need to build the core image yourself though.
|
||||
|
||||
- we provide an experimental binary for Debian systems: go to
|
||||
- we provide an experimental binary for some systems: go to
|
||||
<https://gitlab.com/vindarel/ciel/-/pipelines>, download the latest
|
||||
artifacts, unzip the `ciel-v0.zip` archive and run `ciel-v0/ciel`.
|
||||
artifacts, unzip the `ciel-v0-{platform}.zip` archive and run `ciel-v0-{platform}/ciel`.
|
||||
|
||||
It is currently built on Debian Buster (released in 2019) and it
|
||||
should be compatible with newer Debian-ish systems.
|
||||
CIEL is currently built for the following platforms:
|
||||
|
||||
TODO: build it for different platforms.
|
||||
| Platform | System Version (release date) |
|
||||
|----------|-------------------------------|
|
||||
| debian | Debian Buster (2019) |
|
||||
| void | Void Linux glibc (2023-05) |
|
||||
|
||||
|
||||
TODO: build it for more platforms.
|
||||
|
||||
To build it, clone this repository and run `make build`.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue