This is an old revision of the document!


Julius

Mac OS X build

  • 2010-11-12: tested with julius-4.1.5
  • 2011-10-08: tested with julius-4.2
  • 2012-03-25: tested with julius-4.2.1

Reference (in Japanese) : http://ascii.jp/elem/000/000/547/547250/index-2.html

http://www.portaudio.com/archives/

$ curl http://www.portaudio.com/archives/pa_stable_v19_20111121.tar.gz > pa.tar.gz
$ tar xvfz pa.tar.gz 
$ cd portaudio
$ CFLAGS='-arch i386' ./configure
$ make
$ sudo make install

download julius-4.2.1.tar.gz from http://sourceforge.jp/projects/julius/

$ tar xvfz julius-4.2.1.tar.gz 
$ cd julius-4.2.1
$ CFLAGS='-arch i386' ./configure --with-mictype=portaudio
****************************************************************
Julius/Julian libsent library rev.4.2.1:

- Audio I/O
    primary mic device API   : libportaudio (PortAudio library (external))
    available mic device API :
    supported audio format   : RAW and WAV only
    NetAudio support         : no
- Language Modeling
    class N-gram support     : yes
- Libraries
    file decompression by    : zlib library
- Process management
    fork on adinnet input    : no
 
  Note: compilation time flags are now stored in "libsent-config".
        If you link this library, please add output of
        "libsent-config --cflags" to CFLAGS and
        "libsent-config --libs" to LIBS.
****************************************************************
$ make
$ sudo make install
$ which julius
/usr/local/bin/julius
$ julius 
Julius rev.4.2.1 - based on 
JuliusLib rev.4.2.1 (fast)  built for i686-apple-darwin

Copyright (c) 1991-2011 Kawahara Lab., Kyoto University
Copyright (c) 1997-2000 Information-technology Promotion Agency, Japan
Copyright (c) 2000-2005 Shikano Lab., Nara Institute of Science and Technology
Copyright (c) 2005-2011 Julius project team, Nagoya Institute of Technology

Try '-setting' for built-in engine configuration.
Try '-help' for run time options.

$ file /usr/local/bin/julius 
/usr/local/bin/julius: Mach-O executable i386
julius.1332649879.txt.gz · Last modified: 2012/03/25 13:31 by nishimotz
www.chimeric.de Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0