mirror of
https://gitlab.com/vindarel/ciel.git
synced 2026-01-22 12:32:10 -08:00
README: install++
This commit is contained in:
parent
22060d0c17
commit
df0dfdc32e
1 changed files with 7 additions and 3 deletions
10
README.md
10
README.md
|
|
@ -126,7 +126,7 @@ You can run: `make debian-deps` or `make macos-deps`.
|
|||
|
||||
## With Quicklisp
|
||||
|
||||
You need a Lisp implementation and Quicklisp installed.
|
||||
You need a Lisp implementation and [Quicklisp installed](https://quicklisp.org/beta/).
|
||||
|
||||
You need the system dependencies above.
|
||||
|
||||
|
|
@ -142,8 +142,8 @@ So, either clone this repository:
|
|||
|
||||
and install missing dependencies or the outdated ones:
|
||||
|
||||
cd ~/quicklisp/local-projects/CIEL
|
||||
make ql-deps
|
||||
# this will clone libraries to ~/quicklisp/local-projects/
|
||||
|
||||
Or install the Ultralisp distribution and pull the library from
|
||||
there:
|
||||
|
|
@ -167,6 +167,10 @@ you now have access to all CIEL's packages and functions.
|
|||
|
||||
## Build a CIEL binary and core image
|
||||
|
||||
Be sure you installed and updated our lisp dependencies:
|
||||
|
||||
$ make ql-deps
|
||||
|
||||
To build CIEL's binary, use:
|
||||
|
||||
$ make build
|
||||
|
|
@ -212,7 +216,7 @@ CIEL is currently built for the following platforms:
|
|||
| Platform | System Version (release date) |
|
||||
|----------|-------------------------------|
|
||||
| debian | Debian Buster (2019) |
|
||||
| void | Void Linux glibc (2023-05) |
|
||||
| void | Void Linux glibc (2023-05), using [cinerion's Docker image](https://github.com/cinerion/sbcl-voidlinux-docker) |
|
||||
|
||||
|
||||
To build it, see above.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue