kaldi/tools/extras
Dan Povey 684f32c4a0 trunk: a few unrelated bug-fixes.
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@4915 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2015-02-21 20:45:10 +00:00
..
README.txt Modifying scripts in tools /directory 2013-05-08 16:53:14 +00:00
check_dependencies.sh trunk: a few unrelated bug-fixes. 2015-02-21 20:45:10 +00:00
install_atlas.sh Modifying scripts in tools /directory 2013-05-08 16:53:14 +00:00
install_beamformit.sh trunk: merging sandbox/pawel to add the AMI recipe. 2014-08-07 22:03:57 +00:00
install_cffi.sh update tools/extras/install_cffi.sh and small fixes 2013-07-02 09:32:18 +00:00
install_ffv.sh trunk: Added FFV installation script (from Bagher) and modified sacc one; improvement to sgmm2 efficiency when spk-vec dim is large; additional documentation on I/O; minor fixes. 2013-07-27 16:42:20 +00:00
install_mpg123.sh (trunk) Adding a script helping user installing mpg123 (for decoding of mp[23]files) 2015-02-06 22:21:51 +00:00
install_openblas.sh trunk: fix to TIMIT recipe for updated scripts (thanks to rkjaran); adding install script for OpenBLAS to clarify it can be done via the Makefile; change default min-active in biglm-faster-decoder. 2014-06-19 17:48:36 +00:00
install_pfile_utils.sh trunk: reverse previous commit (miscommunication); minor fix to script to install pfile utils. 2014-04-15 04:55:19 +00:00
install_portaudio.sh sandbox/sail: Changed sed invocation in portaudio installation script to make it BSD friendly. 2014-03-07 11:21:58 +00:00
install_rnnlm_hs.sh trunk: modify rnnlm buffer overrun 2015-01-13 20:28:28 +00:00
install_sacc.sh trunk: modification of the sacc pitchtracker installation script to make the matlab install silent 2013-07-29 19:08:57 +00:00
install_sctk_patched.sh add script for smooth sctk-2.4.0 installation under Cygwin 2013-07-18 11:18:32 +00:00
install_sequitur.sh trunk: Add OpenFst-1.4/C++11 support. 2014-12-14 00:25:55 +00:00
install_speex.sh sandbox/online2: Adding Speex support; scripts and code to demonstrate the use of Speex 2014-04-13 02:54:41 +00:00
install_srilm.sh Modifying scripts in tools /directory 2013-05-08 16:53:14 +00:00
openfst-1.3.4.patch trunk: Restore the interval-set patch for OpenFst-1.3.4. 2014-12-26 02:11:55 +00:00
openfst-1.4.1.patch trunk: Restore the interval-set patch for OpenFst-1.3.4. 2014-12-26 02:11:55 +00:00
openfst_gcc41up.patch trunk:tools re-patch for multi-thread support of openfst with GCC 4.1 or up 2013-12-10 04:10:02 +00:00
rnnlm.patch trunk: modify rnnlm buffer overrun 2015-01-13 20:28:28 +00:00
sequitur.patch trunk: Add OpenFst-1.4/C++11 support. 2014-12-14 00:25:55 +00:00

README.txt

 
This directory contains various installation scripts for programs that are required by
certain example scripts in the egs/ directory.  Those example scripts will either
call, or instruct you to call, these scripts as necessary.
All these scripts should be run from one level up, i.e. in tools/: for example,

cd ../tools
extras/install_atlas.sh

The older scripts here, such as install_atlas.sh, will have a soft link from one
level up, in tools/, because various things still expect them to be there, but
in future, the installation scripts will only be here.