mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-05 18:20:36 -08:00
doc update
This commit is contained in:
parent
f54d84046b
commit
e28464fd0b
1 changed files with 5 additions and 3 deletions
8
OCICL.md
vendored
8
OCICL.md
vendored
|
|
@ -28,7 +28,8 @@ sbcl --userinit init --eval "(setf asdf:*compile-file-failure-behaviour* :warn)"
|
|||
|
||||
and after first run can use run-ocicl.bat
|
||||
```
|
||||
|
||||
Note for Windows: unzip https://rabbibotton.github.io/clog/clogframe.zip for
|
||||
needed dlls in directory
|
||||
|
||||
I N S T A L L
|
||||
=============
|
||||
|
|
@ -112,7 +113,8 @@ ocicl install clog
|
|||
```
|
||||
|
||||
Note for Windows: unzip https://rabbibotton.github.io/clog/clogframe.zip for
|
||||
needed dlls in directory
|
||||
needed dlls in directory. You may also need to add to sbcl
|
||||
--eval "(setf asdf:*compile-file-failure-behaviour* :warn)"
|
||||
|
||||
to use sbcl any time in your own ocicl world use:
|
||||
```
|
||||
|
|
@ -127,5 +129,5 @@ and to start the builder in sbcl:
|
|||
```
|
||||
|
||||
If this is the new project a .asd file, first .lisp file and www directory
|
||||
will be created as well.
|
||||
will be created as well. For windows run-ocicl.bat also created.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue