Update of /project/spray/cvsroot/spray In directory common-lisp.net:/tmp/cvs-serv5169
Modified Files: README load-first.lisp Log Message:
Some minor installation changes.
Date: Sun Sep 11 23:44:33 2005 Author: san
Index: spray/README diff -u spray/README:1.1.1.1 spray/README:1.2 --- spray/README:1.1.1.1 Sun Sep 11 23:32:43 2005 +++ spray/README Sun Sep 11 23:44:33 2005 @@ -1,4 +1,4 @@ -Spray (LI-SPRAY-TRACER) +Spray (LI-SP_RAY-TRACER)
Here's how to run it after you've checked out the 'spray' module:
@@ -7,6 +7,7 @@ sh install.sh
This retrieves: ASDF, imago (for png/tga read/write), and zlib (imago needs it) + If you already have ASDF installed, feel free to remove that line and edit load-first.lisp to point to your asdf.lisp.
2. Then, download the test-case textures from:
@@ -16,5 +17,9 @@
3. Now run: sh test.sh This will run the test render, and hopefully you'll eventually get 0001.tga and it'll look good. + + If it complains about missing packages, edit load-first.lisp. You can add search directories there. + +Thanks for checking out Spray!
--Steven An
Index: spray/load-first.lisp diff -u spray/load-first.lisp:1.1.1.1 spray/load-first.lisp:1.2 --- spray/load-first.lisp:1.1.1.1 Sun Sep 11 23:32:43 2005 +++ spray/load-first.lisp Sun Sep 11 23:44:33 2005 @@ -8,10 +8,10 @@ (dolist (dir '( ;; You could add more directories here.. ;; or just add symlinks to ASD files in one of these dir's. - "/home/steve/spray/Lisp/steven/" - "/home/steve/spray/Lisp/steven/raytracer/" - "/home/steve/spray/Lisp/imago/src/" - "/home/steve/spray/Lisp/zlib/src/" + "steven/" + "steven/raytracer/" + "imago/src/" + "zlib/src/" )) (push dir asdf:*central-registry*))