Next: , Previous: Introduction, Up: Top



2 Getting Started

CL-L10N uses asdf as it's system definition tool and is required whenever you load the package. You will need to download it, or if you have sbcl (require 'asdf)

2.1 Downloading

2.2 Installing

Once downloaded and symlinked you can load CL-L10N at anytime using (asdf:oos 'asdf:load-op :cl-l10n) This will compile CL-L10N the first time it is loaded.

Once installed run (asdf:oos 'asdf:test-op :cl-l10n) to test the package. If any tests fail please send an email to one of the mailing lists.