Author: abaine Date: Tue Jul 10 08:31:40 2007 New Revision: 73
Modified: trunk/funds/README Log: Made README more explicit about linking to funds.asd.
Modified: trunk/funds/README ============================================================================== --- trunk/funds/README (original) +++ trunk/funds/README Tue Jul 10 08:31:40 2007 @@ -2,9 +2,20 @@ Funds is designed to be loaded with asdf, available from http://cclan.cvs.sourceforge.net/*checkout*/cclan/asdf/asdf.lisp.
+Make a symbolic link to the file funds.asd. On linux, the command +would be something like: + + prompt$ cd /somewhere/in/*central-registry* + prompt$ ln -s /path/to/funds.asd . + +On my machine, that translates to: + + wonder$ cd ~/.sbcl/systems + wonder$ ln -s /home/andrew/sandbox/funds/src/funds.asd . + To load the system, type at a lisp prompt:
> (asdf-operate 'asdf:load-op 'funds)
To see the publicly exported symbols in package "FUNDS," look at -the file funds/src/package.lisp. \ No newline at end of file +the file funds/src/package.lisp.