Difference between revisions of "Hfst"

From Apertium
Jump to navigation Jump to search
Line 9: Line 9:
 
$ aclocal ; libtoolize ; autoheader ; automake -a ; autoconf
 
$ aclocal ; libtoolize ; autoheader ; automake -a ; autoconf
 
$ cd ../hfst-tools
 
$ cd ../hfst-tools
  +
$ mkdir build-aux
  +
$ aclocal ; libtoolize ; autoheader ; automake -a ; autoconf
  +
$ cd hfst-lexc/
 
$ mkdir build-aux
 
$ mkdir build-aux
 
$ aclocal ; libtoolize ; autoheader ; automake -a ; autoconf
 
$ aclocal ; libtoolize ; autoheader ; automake -a ; autoconf
  +
$ cd ..
  +
$ cd hfst-twolc/
  +
$ mkdir build-aux
  +
$ aclocal ; libtoolize ; autoheader ; automake -a ; autoconf
  +
$ cd ..
 
$ cd ..
 
$ cd ..
 
$ ./configure --prefix=/home/fran/local/
 
$ ./configure --prefix=/home/fran/local/

Revision as of 15:08, 12 October 2009

$ svn co https://hfst.svn.sourceforge.net/svnroot/hfst/trunk hfst 
$ cd hfst/
$ aclocal
$ automake -a 
$ autoconf
$ cd hfst2
$ mkdir build-aux
$ aclocal ; libtoolize ; autoheader ; automake -a ; autoconf
$ cd ../hfst-tools
$ mkdir build-aux
$ aclocal ; libtoolize ; autoheader ; automake -a ; autoconf
$ cd hfst-lexc/
$ mkdir build-aux
$ aclocal ; libtoolize ; autoheader ; automake -a ; autoconf
$ cd ..
$ cd hfst-twolc/
$ mkdir build-aux
$ aclocal ; libtoolize ; autoheader ; automake -a ; autoconf
$ cd ..
$ cd ..
$ ./configure --prefix=/home/fran/local/


External links