Changes between Version 5 and Version 6 of BuildingOct
- Timestamp:
- 03/15/11 07:03:22 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BuildingOct
v5 v6 9 9 easiest way to get ASDF2 is probably to use 10 10 [http://www.quicklisp.org quicklisp].) 11 1. {{{(load "oct.asd")}}}, or make sure {{{oct.asd}}} is in some place where ASDF2 can find it. 11 12 1. {{{(asdf:oos 'asdf:load-op "oct")}}} will compile up everything. 12 13 1. {{{(asdf:oos 'asdf:test-op "oct")}}} will compile and run some 13 simple All tests should pass. You will need a copy of {RT} for14 this to work. The easiest way to get RT is to use quicklisp.14 simple tests. All tests should pass. You will need a copy of {{{RT}}} for 15 this to work. The easiest way to get {{{RT}}} is to use [http://www.quicklisp.org quicklisp].
