Skip to content

Commit 1465fde

Browse files
committed
update ocicl docs and scripts
1 parent f736bfa commit 1465fde

File tree

5 files changed

+13
-1
lines changed

5 files changed

+13
-1
lines changed

templates/common/README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,26 @@
33

44
This is a project to do ... something.
55

6+
67
To use your installed QuickLisp
78

8-
bash run-ql / run-ql.bat - run the clog-builder for this project if using QuickLisp
9+
bash run-ql / run-ql.bat - run the clog-builder for this project if using QuickLisp
10+
11+
Use: (ql:update-all-dists) to update QuickLisp for latest libraries and clog
912

1013

1114
To use OCICL setup before (install OCICL if needed)
1215

1316
bash setup-ocicl / setup-ocicl.bat - setup project to use ocicl - see
1417
https://github.com/rabbibotton/clog/blob/main/OCICL.md
1518

19+
setup-ocicl is also used to redownload the systems listed
20+
in system.cvs that would be stored in git and no need to
21+
keep the systems directory there.
22+
1623
bash run-ocicl / run-ocicl.bat - run the clog-builder for this project if using ocicl
1724

25+
bash update-ocicl / update-ocicl.bat - update the libraries and clog to the latest version
1826

1927
# License
2028

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
ocicl setup > init
2+
ocicl install
23
ocicl install clog
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
ocicl setup > init
2+
ocicl install
23
ocicl install clog

templates/common/update-ocicl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ocicl latest

templates/common/update-ocicl.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ocicl latest

0 commit comments

Comments
 (0)