Skip to content

Commit

Permalink
doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
rabbibotton committed Jul 11, 2024
1 parent f54d840 commit e28464f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions OCICL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
=============
Expand Down Expand Up @@ -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:
```
Expand All @@ -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.

0 comments on commit e28464f

Please sign in to comment.