Saturday, May 19, 2012

Compile fnTBL


http://www.cs.jhu.edu/~rflorian/fntbl/

1. check cpu type
    less /proc/cupinfo

2. change makefile $FNTBL/src/Makefile
    delete "-march=pentium4" or change it to "-march=XXX"

3. change source file $FNTBL/src/fnTBL_train.cc, line 883
    change "static_cast<unsigned int>" to "static_cast<unsigned long int>"

4. compile
    > make all

No comments:

Post a Comment