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

SIGVerseのインストール

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

socio(socio2,socio4)サーバの場合

接続する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>

次にconfigureを行います。(<username>にはユーザ名、<version>にはバージョン番号が入ります)

$./configure

デフォルトでホームディレクトリにインストールされます。 インストール場所を指定するときは以下のオプションを付け加えます。

--prefix=<インストール場所>

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

$ make
$ make install

socio2サーバの場合

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サーバの場合

$ ./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のインストール


Attach file: fileinst_1.jpg 749 download [Information]

Front page   Edit Freeze Diff Backup Upload Copy Rename Reload   New List of pages Search Recent changes   Help   RSS of recent changes
Last-modified: 2013-02-20 (Wed) 11:55:12 (4082d)