doc update

This commit is contained in:
David Botton 2024-07-11 14:26:35 -04:00
parent f54d84046b
commit e28464fd0b

8
OCICL.md vendored
View file

@ -28,7 +28,8 @@ sbcl --userinit init --eval "(setf asdf:*compile-file-failure-behaviour* :warn)"
and after first run can use run-ocicl.bat 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 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 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: 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 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.