It is very hard to install tegaki ,very few docs , too many errors and other problems during the compiling,  and  only in ubuntu 10.04 we can use both wagomu and zinnia engine.


How to install:

In ubuntu 10.04

sudo apt-get install gcc g++ python python-dev swig git-core build-essential
git clone https://github.com/tegaki/tegaki.git


use  "python setup.py install" to install the following packages

1.tegaki-python

2.tegaki-pygtk

3.tegaki-recognize/

install wagomu engine

cd tegaki-engines/tegaki-wagomu/
python setup.py build
python setup.py install

if has errors ,follow this steps:

sudo apt-get install pkg-config
sudo apt-get install libglib2.0-dev
wget http://www.tegaki.org/releases/0.3/models/tegaki-wagomu-simplified-chinese-0.3.zip
unzip  tegaki-wagomu-simplified-chinese-0.3.zip
make install

install zinnia  engine

sudo apt-get install python-zinnia zinnia-utils libzinnia0
wget http://www.tegaki.org/releases/0.3/models/tegaki-zinnia-simplified-chinese-0.3.zip
unzip tegaki-zinnia-simplified-chinese-0.3.zip
make install

how to test  the engines works:

tegaki-recognize zinnia Simplified\ Chinese  ../tegaki-lab/data/train/japanese-native1/s1/19968.xml
tegaki-recognize wagomu Simplified\ Chinese  ../tegaki-lab/data/train/japanese-native1/s1/19968.xml