project:jagtalk
This is an old revision of the document!
Table of Contents
jagtalk
jagtalk is modified version of galateatalk.
UTF-8 support
$ ./configure --enable-utf8 $ make $ ./gtalk -C jagtalk.conf
Mac support
2010-11-13
currently, audio device is disabled.
$ autoconf $ sh configure --build=i386-apple-freebsd --enable-utf8 --enable-macosx
Makefile should be modified as follows:
CFLAGS = -DPACKAGE_NAME=\"jagtalk\" -DPACKAGE_TARNAME=\"jagtalk\" -DPACKAGE_VERSION=\"1.5.1\" -DPACKAGE_STRING=\"jagta\ lk\ 1.5.1\" -DPACKAGE_BUGREPORT=\"nishimotz@gmail.com\" -DPACKAGE_URL=\"\" -DUTF8=1 -DHAVE_LIBICONV=1 -DMACOSX=1 -DAUTO\ _DA=1 -DWORDS_LITTLEENDIAN=1 -arch i386 -g
$ make
$ ./jagtalk -C jagtalk-macosx.conf rep Run = LIVE set Text = 123 rep Speak.stat = PROCESSING Bus error
project/jagtalk.1289635069.txt.gz ยท Last modified: 2010/11/13 16:57 by nishimotz