Installing revision 1090

Today, I made a fresh install of Ubuntu 9.10 (64 bit). Then I did the following steps:

1. $ sudo apt-get install subversion build-essential cmake bison flex gettext gettext-kde kdeartwork kdelibs5-dev portaudio19-dev libxtst-dev libqt4-sql-sqlite libqt4-phonon-dev
2. $ cd 200912
3. $ svn co https://speech2text.svn.sourceforge.net/svnroot/speech2text/trunk simonsource
4. $ cd simonsource
5. $ ./build_ubuntu.sh

Now I have to install HTK:

6. $ tar xvf HTK-3.4.1.tar.gz
7. $ cd htk
8. Removed -m32 from configure.ac with gedit. This step is necessary because I am using a 64-bit system.
9. $ sudo apt-get install autoconf
10. ubuntu-64bit@ubuntu-64bit-desktop:~/200912/htk$ autoconf
11. $ ./configure
12. $ make
13. $ sudo make install

Now I will have to continue with the configuration.

Tags:

Comments are closed.