mirror of
https://gitlab.com/eql/lqml.git
synced 2026-01-03 07:42:27 -08:00
add Quicklisp/ASDF note for Windows
This commit is contained in:
parent
383382321c
commit
083d3b9e67
2 changed files with 15 additions and 1 deletions
|
|
@ -35,6 +35,20 @@ Run `nmake` followed by `nmake install`.
|
|||
|
||||
|
||||
|
||||
Quicklisp/ASDF notes
|
||||
--------------------
|
||||
|
||||
To avoid confusion, please note:
|
||||
|
||||
* **don't** install Quicklisp using `(require :ecl-quicklisp)`; just install it
|
||||
the usual way, see [Quicklisp beta](https://www.quicklisp.org/beta/)
|
||||
|
||||
* put this as first line in your `C:\Users\name\.eclrc`: `(require :cmp)` in
|
||||
order to always use the **C compiler** (instead of the default bytecodes
|
||||
compiler)
|
||||
|
||||
|
||||
|
||||
Build LQML
|
||||
----------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue