You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/install.md
+5-2
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ To download a CIEL binary:
14
14
- we provide a binary from a CI for some systems: go to
15
15
<https://gitlab.com/vindarel/ciel/-/pipelines>, download the latest
16
16
artifacts, unzip the `ciel-v0-{platform}.zip` archive and run `ciel-v0-{platform}/ciel`.
17
+
- using the [Guix](https://guix.gnu.org/) package manager, install package `sbcl-ciel-repl`.
17
18
18
19
CIEL is currently built for the following platforms:
19
20
@@ -150,7 +151,9 @@ you now have access to all CIEL's packages and functions.
150
151
151
152
## How to build a CIEL binary and a core image
152
153
153
-
You need the dependencies above: Quicklisp, a good ASDF version, our up-to-date Lisp dependencies.
154
+
If you use the [Guix](https://guix.gnu.org/) package manager, install package output `sbcl-ciel:image`. It contains a prebuilt image under `bin/ciel.image`.
155
+
156
+
For all other setups, you have to build a core image yourself. You need the dependencies above: Quicklisp, a good ASDF version, our up-to-date Lisp dependencies.
154
157
155
158
To build CIEL's binary, use:
156
159
@@ -208,7 +211,7 @@ So, save you some typing with a shell alias:
208
211
209
212
## "use" ciel in your Lisp systems
210
213
211
-
You can install and `quickload` CIEL like any other Common Lisp library.
214
+
You can install and `quickload` CIEL like any other Common Lisp library. It is also available via the [Guix](https://guix.gnu.org/) package manager, as a source code package (`cl-ciel`) or precompiled for SBCL (`sbcl-ciel`) and ECL (`ecl-ciel`).
212
215
213
216
To use it in your project, create a package and "use" `ciel` in addition
0 commit comments