mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
Update WINDOWS.md
This commit is contained in:
parent
250667c128
commit
7859cb8bbc
1 changed files with 10 additions and 6 deletions
16
WINDOWS.md
vendored
16
WINDOWS.md
vendored
|
|
@ -35,20 +35,21 @@
|
|||
7. Download QuickLisp:
|
||||
|
||||
Open the Git Bash shell from your windows apps and run
|
||||
|
||||
```
|
||||
cd
|
||||
curl -o /tmp/ql.lisp http://beta.quicklisp.org/quicklisp.lisp
|
||||
```
|
||||
|
||||
8. Install QuickLisp:
|
||||
|
||||
Continue in the Git Bash shell and run
|
||||
```
|
||||
```
|
||||
sbcl --no-sysinit --no-userinit --load /tmp/ql.lisp \
|
||||
--eval '(quicklisp-quickstart:install :path "~/.quicklisp")' \
|
||||
--eval '(ql:add-to-init-file)' \
|
||||
--quit
|
||||
sbcl --eval '(ql:quickload :quicklisp-slime-helper)' --quit
|
||||
```
|
||||
```
|
||||
|
||||
Run rho emacs with (I would add to path or make a script):
|
||||
|
||||
|
|
@ -66,15 +67,18 @@
|
|||
Quit emacs - C-x C-y
|
||||
|
||||
Start again emacs
|
||||
|
||||
|
||||
```
|
||||
/c/Program\ Files/rho-emacs/rho
|
||||
|
||||
```
|
||||
Run Slime - M-x slime
|
||||
|
||||
7. Install CLOG:
|
||||
|
||||
8.
|
||||
```
|
||||
(ql:quickload :clog)
|
||||
(clog:run-demo 1)
|
||||
```
|
||||
|
||||
[Learn about CLOG](README.md)
|
||||
[Learn Common-Lisp](LEARN.md)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue