mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
Add video playlists
This commit is contained in:
parent
3bafcfa56a
commit
901c3a129c
2 changed files with 11 additions and 10 deletions
10
README.md
vendored
10
README.md
vendored
|
|
@ -6,6 +6,8 @@
|
|||
|
||||
[Learn to program Common Lisp and CLOG here - LEARN.md](LEARN.md)
|
||||
|
||||
[Video of CLOG Builder in action](https://youtu.be/CgTJMxsz3EY)
|
||||
|
||||
---
|
||||
|
||||

|
||||
|
|
@ -56,10 +58,8 @@ CLOG is developed with ECL and SBCL, it is tested fairly regulary on
|
|||
and the ecl Android/iPhone branch for example doesn't use).
|
||||
|
||||
CLOG is in QuickLisp (ql:quickload :clog), however I recommend
|
||||
installing Ultralisp into your QuickLisp as you likely want the
|
||||
most up to date version or you can also clone the github repo into
|
||||
~/common-lisp directory [or other quicklisp/asdf findable directory
|
||||
``(push #P"path/to/dir/of/projects" ql:*local-project-directories*)`` ]:
|
||||
cloning CLOG into ~/common-lisp directory [or other quicklisp/asdf
|
||||
findable directory ``(push #P"path/to/dir/of/projects" ql:*local-project-directories*)`` ]:
|
||||
|
||||
```
|
||||
For git (you need the ace editor plug in for the builder too from git):
|
||||
|
|
@ -74,7 +74,7 @@ To update in the future go to the created directories and type:
|
|||
git pull
|
||||
|
||||
|
||||
To add UltraLisp to QuickLisp (_RECOMMENDED_):
|
||||
To add UltraLisp to QuickLisp (updates quicker than the standard QuickLisp):
|
||||
|
||||
To add UtraLisp to quicklisp install:
|
||||
(ql-dist:install-dist "http://dist.ultralisp.org/"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue