[ documentation updates dan**20031006160015] { hunk ./doc/installation.html 9 -href="http://www.cliki.net/ASDF+System" >ASDF System. You may -want to investigate whether there is a convertor from ASDF systems to -your platform's package standard, in which case installation will be a -simple matter of asdf-install or apt-get or pkg_add or something and you can skip -to Use. Otherwise, read on ... +href="http://www.cliki.net/ASDF+System" >ASDF System. If you have +a properly installed recent (0.8) SBCL, and you're on the Internet, do +
+* (require 'asdf) +* (require 'asdf-install) +* (asdf-install:install :araneida) ++ +to download, install, compile and load. Once compiled, you can reload +Araneida in future sessions with just (asdf:operate 'asdf:load-op +'araneida). Now skip forward to the Use section + +
If your target system is not sufficiently on the Internet for this to +work, you may have to do a little more manual work: hunk ./doc/installation.html 64 + +
Oh, you wanted to be able to actually use it? Load Araneida with +
+(require 'asdf) +(asdf:operate 'asdf:load-op 'araneida) +hunk ./doc/installation.html 71 -
Oh, you wanted to be able to actually use it? +then cut and paste the following into a file and load it hunk ./doc/installation.html 100 - "http://my.host.name.example.com/static-files/" + "http://my.host.name.example.com:8000/static-files/" }