work in progress pending fixes from arsen

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15980 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2009-12-16 17:05:34 +00:00
parent aa8ec7e82f
commit d01143298a
1 changed files with 8 additions and 0 deletions

8
build/buildmrcpserver.sh Normal file
View File

@ -0,0 +1,8 @@
#!/bin/sh
cd ..
base=`pwd`
cd libs/unimrcp
./configure --with-pocketsphinx=$base/libs/pocketsphinx-0.5.99 --with-sphinxbase=$base/libs/sphinxbase-0.4.99 --with-flite=$base/libs/flite-1.3.99 --with-apr=$base/libs/apr --with-apr-util=$base/libs/apr-util --with-sofia-sip=$base/libs/sofia-sip --prefix=/usr/local/mrcpserver --enable-pocketsphinx-plugin --enable-flite-plugin --disable-demosynth-plugin --disable-demorecog-plugin --disable-recorder-plugin --disable-cepstral-plugin
make
make install