update ocicl docs and scripts

This commit is contained in:
David Botton 2024-08-22 17:14:31 -04:00
parent f736bfa4e4
commit 1465fded4e
5 changed files with 13 additions and 1 deletions

View file

@ -3,18 +3,26 @@
This is a project to do ... something.
To use your installed QuickLisp
bash run-ql / run-ql.bat - run the clog-builder for this project if using QuickLisp
Use: (ql:update-all-dists) to update QuickLisp for latest libraries and clog
To use OCICL setup before (install OCICL if needed)
bash setup-ocicl / setup-ocicl.bat - setup project to use ocicl - see
https://github.com/rabbibotton/clog/blob/main/OCICL.md
setup-ocicl is also used to redownload the systems listed
in system.cvs that would be stored in git and no need to
keep the systems directory there.
bash run-ocicl / run-ocicl.bat - run the clog-builder for this project if using ocicl
bash update-ocicl / update-ocicl.bat - update the libraries and clog to the latest version
# License

View file

@ -1,2 +1,3 @@
ocicl setup > init
ocicl install
ocicl install clog

View file

@ -1,2 +1,3 @@
ocicl setup > init
ocicl install
ocicl install clog

1
templates/common/update-ocicl vendored Normal file
View file

@ -0,0 +1 @@
ocicl latest

1
templates/common/update-ocicl.bat vendored Normal file
View file

@ -0,0 +1 @@
ocicl latest