| 4 | | 1. Get a copy of ASDF2, if your lisp doesn't already have it. (The easiest way to get ASDF2 is probably to use [http://www.quicklisp.org quicklisp].) |
| 5 | | 1. {{{(asdf:oos 'asdf:load-op "oct")}}} will compile up everything. |
| 6 | | 1. {{{(asdf:oos 'asdf:test-op "oct")}}} will compile and run some simple All tests should pass. You will need a copy of {RT} for this to work. The easiest way to get RT is to use quicklisp. |
| | 4 | |
| | 5 | 2. Get a copy of ASDF2, if your lisp doesn't already have it. (The easiest way to get ASDF2 is probably to use [http://www.quicklisp.org quicklisp].) |
| | 6 | |
| | 7 | 3. {{{(asdf:oos 'asdf:load-op "oct")}}} will compile up everything. |
| | 8 | |
| | 9 | 4. {{{(asdf:oos 'asdf:test-op "oct")}}} will compile and run some simple All tests should pass. You will need a copy of {RT} for this to work. The easiest way to get RT is to use quicklisp. |