summaryrefslogtreecommitdiff
path: root/tools/thirdparty/OpenFst/README
blob: 4351e5df90d9d98ab22f852659e3f5049aa9fad2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
OpenFst - Beta release version.  
http://128.122.80.210/~openfst/twiki/pub/FST/FstDownload
OpenFst-beta-20070801.tgz

PLATFORMS:

  This version is known to work under linux using g++.
  The make files are unlikely to work on other platforms
  unmodified. Stay tuned for an autoconf build.
	
BUILDING:

  To build (rudimentary Makefiles for now):

    cd fst ; make all

  To test:

    cd fst ; make test
    # Note long compile on algo_test and pair-arc.so (many templates)

USING WITH YOUR OWN PROGRAMS:

  Include "fst/lib/fstlib.h" (path must be relative to the OpenFst root
  directory). You need to link to fst/lib/libfst.so as well as libpthread
  and libdl. The linking is dynamic so that the Fst and Arc tpe
  DSO extensions can be used (see e.g. test/dso_test.sh).

DOCUMENTATION: 

  At www.openfst.org.

TO DO:
  1) remove/sanitize google-isms - e.g. flags and error handling in compat.*
  2) autoconf
  3) check portability