1 ! ------------------------------------------------------------------------ 2 ! Pico Lingware building tools and sources 3 ! 4 ! Copyright (C) 2008-2009 SVOX AG, Baslerstr. 30, 8048 Zuerich, Switzerland 5 ! All rights reserved. 6 ! 7 ! Prerequisites 8 ! perl, lua, cygwin 9 ! Tested with : 10 ! perl 5.8.8 http://www.perl.org/ 11 ! lua 5.1.4 http://www.lua.org/ 12 ! cygwin 1.5.25 http://www.cygwin.com/ 13 ! 14 ! History: 15 ! - 2009-05-30 -- initial version 16 ! 17 ! ------------------------------------------------------------------------ 18 19 - unzip both packages on the same folder 20 21 - on a cygwin console launch : 22 23 ./PicoLingware/Tools/buidlpkb.sh <langid> <countryid> <voice> 24 to build intermediate binary files from lingware sources 25 output will be in PicoLingware/pkb 26 27 ./PicoLingware/Tools/buidlbin.sh <langcountryid> <speakerid> 28 to build final binary platform independent lingware resources from intermediate binaries 29 output will be in tools /PicoLingware/Tools 30