From: Brian West Date: Wed, 16 Dec 2009 17:05:34 +0000 (+0000) Subject: work in progress pending fixes from arsen X-Git-Tag: v1.0.6~984 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d01143298a45ea051e8350a6d4bcc91af7657caf;p=thirdparty%2Ffreeswitch.git work in progress pending fixes from arsen git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15980 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/build/buildmrcpserver.sh b/build/buildmrcpserver.sh new file mode 100644 index 0000000000..6e550426f2 --- /dev/null +++ b/build/buildmrcpserver.sh @@ -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