Up:[[Tutorial]]     Previous:[[SIGVerseのインストール(Ubuntu12.04)]]     Next:[[SIGViewerのインストール]]

**SIGVerseのインストール [#h914fe80]
NIIサーバではすでにSIGVerseに必要なライブラリが用意されています。ここではSIGVerseをNIIサーバのローカルディレクトリにインストールする方法を説明します。


***socioサーバの場合 [#kae1a499]
接続するsocioサーバ(socio.iir.nii.ac.jp)にアカウントが作成されたら、ホームディレクトリに移動し、/home/SIGVerse/src/にあるSIGVerseパッケージ irwas-sim-<version>.tar.gz をコピーし、展開します。(<version>にはバージョン番号が入ります。)2010/12の時点で最新バージョンは101208です。(SIGViewerのバージョン1.3.2以降に対応)

  $ cd
  $ cp /home/SIGVerse/src/irwas-sim-<version>.tar.gz .
  $ tar xzvf irwas-sim-<version>.tar.gz

展開したディレクトリに移動します。

  $ cd irwas-sim-<version>
//  $ make -f Makefile.dev release
//  $ make -f Makefile.dev autoconf

次にconfigureを行います。(<username>にはユーザ名、<version>にはバージョン番号が入ります)
 $./configure --prefix=/home/<username>/sigverse-<version> \
 --with-jvm=/usr/java/jdk1.6.0_12/jre/lib/amd64/server \
 --with-julius=/usr/local/bin/julius \
 --with-dictkit=/usr/local/share/dictation-kit-v4.0

-~--prefixでインストールする場所を指定します。

-~--with-jvmでJDKに含まれているlibjvm.soファイルがあるディレクトリを指定します。

-~音声認識を使用する場合は--with-juliusでjuliusのある場所を指定します。

-~--with-dictkitで音声認識で使用するディクテーションキットのある場所を指定します。

そしてmake、インストールします。

 $ make
 $ make install

***socio2サーバの場合 [#qea7ea8d]
socio2サーバにインストールする場合はconfigureのオプションで以下のように指定します。
 $ ./configure \
 --prefix=/home/<username>/sigverse-<version> \
 --with-jvm=/usr/lib/jvm/java-1.6.0-openjdk/jre/lib/amd64/server \
 --with-julius=/usr/bin/julius \
 --with-dictkit=/usr/local/share/dictation-kit-v4.0

 $ make
 $ make install

***socio4サーバの場合 [#c904b9de]

 $ ./configure --prefix=/home/okamoto/sigverse-<version> --with-jvm=/usr/lib/jvm/java-1.6.0-openjdk-amd64/jre/lib/amd64/server  --with-julius=/usr/bin/julius --with-dictkit=/usr/local/share/dictation-kit-v4.1

 $ make
 $ make install

Up:[[Tutorial]]     Previous:[[SIGVerseのインストール(Ubuntu12.04)]]     Next:[[SIGViewerのインストール]]

Front page   New List of pages Search Recent changes   Help   RSS of recent changes