Skip to content

Commit

Permalink
Update README.mkdn
Browse files Browse the repository at this point in the history
  • Loading branch information
hanshuebner committed Mar 18, 2013
1 parent 4fa3f72 commit 5536601
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions README.mkdn
Expand Up @@ -2,22 +2,6 @@

Precompiled bknr (and bknr.datastore) documentation can be found at [bknr's home-page](http://bknr.net/html/home.html). Uncompiled documentation is enclosed in this repository.

# installing through clbuild
# installing through quicklisp

In order to install bknr through clbuild, you should add (at least) the following:

my-projects
-----------
alexandria get_git git://common-lisp.net/projects/alexandria/alexandria.git
bknr-datastore get_git http://github.com/hanshuebner/bknr-datastore.git
yason get_svn svn://bknr.net/svn/trunk/libraries/yason/
unit-test get_svn svn://bknr.net/svn/trunk/thirdparty/unit-test

my-dependencies (only for bknr-datastore itself)
---------------
bknr-datastore alexandria arnesi babel bordeaux-threads cl-interpol cl-store cl-unicode closer-mop closure-common cxml fiveam flexi-streams lift md5 puri trivial-features trivial-gray-streams trivial-utf-8 unit-test yason

at the terminal
---------------
./clbuild install bknr-datastore
./clbuild lisp --eval "(require 'bknr.datastore)"
Please use [Quicklisp](http://quicklisp.org/) to install bknr-datastore

0 comments on commit 5536601

Please sign in to comment.