From 1465fded4ed7e64fe94d2fbfa4ba47532272b41b Mon Sep 17 00:00:00 2001 From: David Botton Date: Thu, 22 Aug 2024 17:14:31 -0400 Subject: [PATCH] update ocicl docs and scripts --- templates/common/README.md | 10 +++++++++- templates/common/{setup-ocicl.bat.lt => setup-ocicl} | 1 + templates/common/{setup-ocicl.lt => setup-ocicl.bat} | 1 + templates/common/update-ocicl | 1 + templates/common/update-ocicl.bat | 1 + 5 files changed, 13 insertions(+), 1 deletion(-) rename templates/common/{setup-ocicl.bat.lt => setup-ocicl} (72%) rename templates/common/{setup-ocicl.lt => setup-ocicl.bat} (72%) create mode 100644 templates/common/update-ocicl create mode 100644 templates/common/update-ocicl.bat diff --git a/templates/common/README.md b/templates/common/README.md index 937e090..c773c14 100644 --- a/templates/common/README.md +++ b/templates/common/README.md @@ -3,9 +3,12 @@ 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 +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) @@ -13,8 +16,13 @@ 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 diff --git a/templates/common/setup-ocicl.bat.lt b/templates/common/setup-ocicl similarity index 72% rename from templates/common/setup-ocicl.bat.lt rename to templates/common/setup-ocicl index 5167412..6b16a22 100644 --- a/templates/common/setup-ocicl.bat.lt +++ b/templates/common/setup-ocicl @@ -1,2 +1,3 @@ ocicl setup > init +ocicl install ocicl install clog \ No newline at end of file diff --git a/templates/common/setup-ocicl.lt b/templates/common/setup-ocicl.bat similarity index 72% rename from templates/common/setup-ocicl.lt rename to templates/common/setup-ocicl.bat index 5167412..6b16a22 100644 --- a/templates/common/setup-ocicl.lt +++ b/templates/common/setup-ocicl.bat @@ -1,2 +1,3 @@ ocicl setup > init +ocicl install ocicl install clog \ No newline at end of file diff --git a/templates/common/update-ocicl b/templates/common/update-ocicl new file mode 100644 index 0000000..fc030e5 --- /dev/null +++ b/templates/common/update-ocicl @@ -0,0 +1 @@ +ocicl latest \ No newline at end of file diff --git a/templates/common/update-ocicl.bat b/templates/common/update-ocicl.bat new file mode 100644 index 0000000..fc030e5 --- /dev/null +++ b/templates/common/update-ocicl.bat @@ -0,0 +1 @@ +ocicl latest \ No newline at end of file