You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Silas Vedder
cdb05b2f04
|
3 years ago | |
---|---|---|
resources | 3 years ago | |
.gitignore | 3 years ago | |
LICENSE | 3 years ago | |
README.md | 3 years ago | |
annotate.lisp | 3 years ago | |
cl-bible.asd | 3 years ago | |
cl-bible.lisp | 3 years ago | |
clog.lisp | 3 years ago | |
data.lisp | 3 years ago | |
lift-search.lisp | 3 years ago | |
package.lisp | 3 years ago | |
screenshot.png | 3 years ago | |
search.lisp | 3 years ago | |
verse.lisp | 3 years ago |
README.md
cl-bible
installation
You need sbcl and quicklisp set up. Then do
$ git clone https://github.com/silasfox/cl-bible.git ~/quicklisp/local-projects
$ mkdir -p ~/.bible
$ cp ~/quicklisp/local-projects/cl-bible/resources/*.sexp ~/.bible/
$ sbcl
* (ql:quickload :cl-bible)
* (in-package :cl-bible-user)
* (start)