From df0dfdc32e5d8d025f51d411a5c421a2bb84fba5 Mon Sep 17 00:00:00 2001 From: vindarel Date: Fri, 30 Aug 2024 22:23:10 +0200 Subject: [PATCH] README: install++ --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0ddfacb..51394c4 100644 --- a/README.md +++ b/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.