Building Oct
The best way to get Oct is using quicklisp.
However, if you want the bleeding edge:
- Obtain a copy of Oct. Currently that means from the git repository http://common-lisp.net/r/projects/oct/oct.git, but also see the Oct gitweb for more links. The CVS repository is still available, but it is no longer used.
- Get a copy of ASDF2, if your lisp doesn't already have it. (The easiest way to get ASDF2 is probably to use quicklisp.)
(load "oct.asd")
, or make sureoct.asd
is in some place where ASDF2 can find it.(asdf:oos 'asdf:load-op "oct")
will compile up everything.(asdf:oos 'asdf:test-op "oct")
will compile and run some simple tests. All tests should pass. You will need a copy ofRT
for this to work. The easiest way to getRT
is to use quicklisp.
Last modified 11 years ago
Last modified on 11/24/13 18:47:01