close
Warning:
Can't synchronize with repository "(default)" (/project/cl-openid/svn does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
06/28/08 22:12:21 (17 years ago)
- Author:
-
avodonosov
- Comment:
-
remove reference to trivial-utf-8 patch, because the patch is already applied
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v11
|
v12
|
|
13 | 13 | }}} |
14 | 14 | |
15 | | To actually run the code, [http://weitz.de/hunchentoot/ Hunchentoot], [http://weitz.de/drakma/ Drakma], [http://www.method-combination.net/lisp/ironclad/ Ironclad], [http://cliki.net/split-sequence SPLIT-SEQUENCE], [http://common-lisp.net/project/xmls/ XMLS], [http://www.cliki.net/cl-base64 cl-base64], and [http://common-lisp.net/project/trivial-utf-8/darcs/trivial-utf-8 trivial-utf-8] (with my [attachment:"start-end.cset" changeset], until it is merged into upstream repo) will be needed (plus [http://puri.b9.com/ PURI] and [http://www.cliki.net/CL-HTML-Parse CL-HTML-Parse] on Lisps other than Franz's Allegro CL; possibly more dependencies will be added later on, but I will try not to make this list much bigger). For testing, the [http://common-lisp.net/project/bese/FiveAM.html FiveAM] library will be used.All of those should be ASDF-installable, so you can just run {{{darcs dist}}} on the repo and ASDF-install the resulting tarball. Alternatively, to quickly get up and running with all required libraries (using [http://www.pasternacki.net/en/code/cl-librarian/ CL-Librarian]), run: |
| 15 | To actually run the code, [http://weitz.de/hunchentoot/ Hunchentoot], [http://weitz.de/drakma/ Drakma], [http://www.method-combination.net/lisp/ironclad/ Ironclad], [http://cliki.net/split-sequence SPLIT-SEQUENCE], [http://common-lisp.net/project/xmls/ XMLS], [http://www.cliki.net/cl-base64 cl-base64], and [http://common-lisp.net/project/trivial-utf-8/darcs/trivial-utf-8 trivial-utf-8] will be needed (plus [http://puri.b9.com/ PURI] and [http://www.cliki.net/CL-HTML-Parse CL-HTML-Parse] on Lisps other than Franz's Allegro CL; possibly more dependencies will be added later on, but I will try not to make this list much bigger). For testing, the [http://common-lisp.net/project/bese/FiveAM.html FiveAM] library will be used.All of those should be ASDF-installable, so you can just run {{{darcs dist}}} on the repo and ASDF-install the resulting tarball. Alternatively, to quickly get up and running with all required libraries (using [http://www.pasternacki.net/en/code/cl-librarian/ CL-Librarian]), run: |
16 | 16 | {{{ |
17 | 17 | cl-openid$ darcs get http://www.pasternacki.net/repos/cl-librarian/ lib |