Update README
This commit is contained in:
parent
756239286a
commit
0d54536d2c
1 changed files with 1 additions and 46 deletions
47
README.org
47
README.org
|
@ -199,52 +199,7 @@ Quicklisp offers several advantages for Common Lisp development:
|
|||
3. *Install Quicklisp:*
|
||||
With Lisp implementation installed (e.g., SBCL), run:
|
||||
#+begin_src bash
|
||||
sbcl --load quicklisp.lisp
|
||||
#+end_src
|
||||
Within the Lisp environment, enter:
|
||||
#+begin_src lisp
|
||||
(quicklisp-quickstart:install)
|
||||
#+end_src
|
||||
|
||||
4. *Integrate Quicklisp with your Lisp environment:*
|
||||
To automatically load Quicklisp on Lisp startup:
|
||||
#+begin_src lisp
|
||||
(ql:add-to-init-file)
|
||||
#+end_src
|
||||
Follow the on-screen instructions, then exit Lisp:
|
||||
#+begin_src lisp
|
||||
(quit)
|
||||
#+end_src
|
||||
|
||||
**** On Windows
|
||||
|
||||
1. *Install a Common Lisp implementation:*
|
||||
Download and install, for example, SBCL from http://www.sbcl.org/platform-table.html
|
||||
|
||||
2. *Download Quicklisp Installer:*
|
||||
Open PowerShell and run:
|
||||
#+begin_src powershell
|
||||
Invoke-WebRequest -Uri https://beta.quicklisp.org/quicklisp.lisp -OutFile quicklisp.lisp
|
||||
#+end_src
|
||||
|
||||
3. *Install Quicklisp:*
|
||||
Open installed Lisp (e.g., SBCL) shell by searching it in the start menu. Then run:
|
||||
#+begin_src shell
|
||||
--load quicklisp.lisp
|
||||
#+end_src
|
||||
Within the Lisp REPL, execute:
|
||||
#+begin_src lisp
|
||||
(quicklisp-quickstart:install)
|
||||
#+end_src
|
||||
|
||||
4. *Set Up Quicklisp:*
|
||||
To enable Quicklisp every time Lisp starts:
|
||||
#+begin_src lisp
|
||||
(ql:add-to-init-file)
|
||||
#+end_src
|
||||
Follow the steps provided, then exit:
|
||||
#+begin_src lisp
|
||||
(quit)
|
||||
sbcl --noinform --load quicklisp.lisp --eval "(quicklisp-quickstart:install)" --eval "(ql-util:without-prompting (ql:add-to-init-file))" --non-interactive
|
||||
#+end_src
|
||||
|
||||
**** Load dev.metalisp.survey
|
||||
|
|
Loading…
Add table
Reference in a new issue