mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
update ocicl docs and scripts
This commit is contained in:
parent
f736bfa4e4
commit
1465fded4e
5 changed files with 13 additions and 1 deletions
8
templates/common/README.md
vendored
8
templates/common/README.md
vendored
|
|
@ -3,18 +3,26 @@
|
||||||
|
|
||||||
This is a project to do ... something.
|
This is a project to do ... something.
|
||||||
|
|
||||||
|
|
||||||
To use your installed QuickLisp
|
To use your installed QuickLisp
|
||||||
|
|
||||||
bash run-ql / run-ql.bat - run the clog-builder for this project if using 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)
|
To use OCICL setup before (install OCICL if needed)
|
||||||
|
|
||||||
bash setup-ocicl / setup-ocicl.bat - setup project to use ocicl - see
|
bash setup-ocicl / setup-ocicl.bat - setup project to use ocicl - see
|
||||||
https://github.com/rabbibotton/clog/blob/main/OCICL.md
|
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 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
|
# License
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,3 @@
|
||||||
ocicl setup > init
|
ocicl setup > init
|
||||||
|
ocicl install
|
||||||
ocicl install clog
|
ocicl install clog
|
||||||
|
|
@ -1,2 +1,3 @@
|
||||||
ocicl setup > init
|
ocicl setup > init
|
||||||
|
ocicl install
|
||||||
ocicl install clog
|
ocicl install clog
|
||||||
1
templates/common/update-ocicl
vendored
Normal file
1
templates/common/update-ocicl
vendored
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
ocicl latest
|
||||||
1
templates/common/update-ocicl.bat
vendored
Normal file
1
templates/common/update-ocicl.bat
vendored
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
ocicl latest
|
||||||
Loading…
Add table
Add a link
Reference in a new issue