mirror of https://github.com/sipwise/sems.git
git-svn-id: http://svn.berlios.de/svnroot/repos/sems/trunk@99 8eb893ce-cfd4-0310-b710-fb5ebe64c474sayer/1.4-spce2.6
parent
1ebc205a9c
commit
a2f064553b
@ -0,0 +1,19 @@
|
||||
# Python version: 2.5, 2.4 or 2.3
|
||||
#
|
||||
# PYTHON_VERSION might also be 2.2 -- except for the use of GIL
|
||||
# do a ls /usr/include/python2.3/Python.h to see if it's there
|
||||
PYTHON_VERSION = 2.4
|
||||
# adjust to point to python include path
|
||||
# can also be /usr/include/python$(PY_VER)
|
||||
# look for Python.h in the specified path
|
||||
# Python prefix is what you configured python with
|
||||
# if you built from source (e.g. ./configure --with-prefix=/usr/local)
|
||||
# on debian it's often /usr, on SuSE and FreeBSD /usr/local
|
||||
PYTHON_PREFIX = /usr/local
|
||||
|
||||
# For flite text-to-speech set TTS = y
|
||||
#
|
||||
TTS = y
|
||||
|
||||
FLITE_DIR = /usr/src/flite-1.2-release
|
||||
ALT_FLITE_DIR = /usr/include/flite
|
||||
Loading…
Reference in new issue