Login
Building
Login

Building CL-RemiWav

This requires a recent version of SBCL, Clozure CL, or Clisp. You will also need Rake.

  1. Setup your Lisp implementation and and Quicklisp
  2. Clone CL-SDM locally somewhere that ASDF can find it. This isn't installable with Quicklisp. You will need version 0.99.5 or later.
  3. Clone this repo where ASDF can find it.
  4. Run (asdf:load-system :cl-remiwav) from within your REPL.

Running Tests

You will need the FiveAM library (installable via Quicklisp) to run the tests.

If you have Ruby Rake installed, then you can just do rake test in a terminal. Otherwise, load your REPL and type (asdf:test-system :cl-remiwav :force t) to run the tests manually.