Wednesday, February 9, 2011

Installing Sphinx in Ubuntu


Installing Sphinx

  1. Download and extract everything from the distribution tarball and go to the sphinx directory:
    $ tar xzvf sphinx-0.9.9.tar.gz
    $ cd sphinx
  2. Run the configuration program:
    $ ./configure
  3. Build the binaries:
    $ make
  4. Install the binaries
    $ make install

0 comments:

Post a Comment