$ cd /usr/localIf you choose to install into a non-standard directory, make sure to set the environnement variables of your system (e.g., PATH and LD_LIBRARY_PATH) to the right values.
$ gunzip -c Transcriber-1.4.4-Linux.tar.gz | tar xf -
$ transYou will be asked to open a transcription or a sound signal to start a new transcription.
http://dev.scriptics.com/software/tcltk/choose.html
$ gunzip -c tcl8.3.2.tar.gz | tar xf -
$ cd tcl8.3.2/unix $ ./configure --enable-gcc --enable-shared --prefix=/usr/local $ make $ make install
ftp://jaguar.ncsl.nist.gov/pub/sphere_2.6a.tar.ZUnpack it in a sibling directory of this distribution
$ zcat sphere_2.6a.tar.Z | tar xf -Then install it:
$ cd nist; sh src/scripts/install.shYou will be asked the target platform. For Linux, choose 10 (i.e. custom) and change following values (the other ones should be OK):
http://www.speech.kth.se/snack/
$ gunzip -c snack2.0.1.tar.gz | tar xf -Then follow the instructions in README and install Snack, e.g. with:
$ cd snack2.0.1/unix $ ./configure --prefix=/usr/local $ make $ make installNB:
http://www.multimania.com/fbonnet/Tcl/tcLex/
$ gunzip -c tcLex1.2a1.tar.gz | tar xf -Then follow the instructions in README.txt and install tcLex, e.g. with:
$ cd tcLex1.2a1/src $ chmod a+x configure install-sh $ ./configure --prefix=/usr/local $ make $ make installNB - You need to have the complete sources of Tcl for building this extension, since it relies on specific header files not installed by standard Tcl installation.
$ gunzip -c Transcriber-1.4.4.tar.gz | tar xf - $ cd Transcriber-1.4.4/src $ ./configure --with-snack=... --with-tcl=... --with-tk=... --prefix=... $ make $ make install
NB - If you change the directory structure after installation, you have to edit 'trans' launcher script and give the right absolute path: TRANSPATH=... (the lib path where transcriber1.4 sub-dir is to be found)
$ transYou will be asked to open a sound signal or a transcription; some are found in the 'demo' sub-directory