Changeset 1493
- Timestamp:
- 03/14/05 23:06:26 (4 years ago)
- Files:
-
- tags/parenscript-0.1.0/introduction.lisp (modified) (1 diff)
- tags/parenscript-0.1.0/tutorial.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
tags/parenscript-0.1.0/introduction.lisp
r1488 r1493 152 152 153 153 ;;; or using asdf-install. 154 155 (asdf-install:install 'parenscript) 156 154 157 ;;; 155 158 ;;; After downloading the ParenScript sourcecode, set up the ASDF 156 ;;; central registry by adding a symlink to " js.asd". Then use ASDF to157 ;;; load ParenScript. You may want to edit the ASDF file to remove the158 ;;; dependency on the Allegroserve HTMLGEN facility.159 ;;; central registry by adding a symlink to "parenscript.asd". Then 160 ;;; use ASDF to load ParenScript. You may want to edit the ASDF file 161 ;;; to remove the dependency on the Allegroserve HTMLGEN facility. 159 162 160 (asdf:oos 'asdf:load-op :js)163 (asdf:oos 'asdf:load-op :parenscript) 161 164 162 165 ;;; ParenScript was written by Manuel Odendahl. He can be reached at tags/parenscript-0.1.0/tutorial.lisp
r1488 r1493 17 17 ; ... lots of compiler output ... 18 18 19 (asdf:oos 'asdf:load-op : js)19 (asdf:oos 'asdf:load-op :parenscript) 20 20 21 21 ; ... lots of compiler output ...
