1. ソースコードを解凍したディレクトリに移動する。

  matsu@x32:~$ cd /home/matsu/SourceForgeUs/brc/lisp

2. Lisp を開始する。

  matsu@x32:~/SourceForgeUs/brc/lisp$ sbcl --no-userinit
  This is SBCL 1.0.13, an implementation of ANSI Common Lisp.
  More information about SBCL is available at <http://www.sbcl.org/>.

  SBCL is free software, provided as is, with absolutely no warranty.
  It is mostly in the public domain; some portions are provided under
  BSD-style licenses.  See the CREDITS and COPYING files in the
  distribution for more information.

3. ローダープログラムをロードする。

  * (load "load.lisp")
  STYLE-WARNING: redefining MAPA-B in DEFUN
  NIL

 +++ Initializing language association list...
 +++ Getting max lengths of text and braille in each vocabulary...
 +++ Generating grade 2 US English dictionary...
 +++ Generating grade 2 British English braille dictionary...
 +++ Verifying grade 2 US English braille dictionary...
 +++ Verifying grade 2 British English braille dictionary...
 +++ Generating US English hyphenation dictionary...
 +++ Generating British English hyphenation dictionary...
 +++ Generating US URL list...
 +++ Initialization of BrailleConverter was successfully completed.

  T