#contents
**Installation of SIGVerse (server) [#sbbf6f3a]

After creating your account on server (ex. socio.iir.nii.ac.jp), 
extract SIGVerse package named irwas-sim-<version>.tar.gz.

If you have an account on socio.iir.nii.ac.jp, you can copy from /home/ikari09/.

<version> means version number.

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

Change directory to the expanded source tree; execute the following commands:

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

Next, execute configure and make.

  $./configure --prefix=/home/$(whoami)/sigverse-<version> --with-jvm=/usr/java/jdk1.6.0_12/jre/lib/amd64/server/
  $ make
  $ make install

You can select any directory name for installation target by '--prefix'.

Execute SIGVerse after move to the directory indicated by '--prefix'

  $ cd ~/sigverse-<version>/bin

To execute the SIGVerse server, shell script 'sigserver.sh' put on ~/sigverse-<version>/bin.

You can indicate your favorite port number by '-p' option.

  $ ./sigserver.sh -p 9000

 [SYS]  data directory :
 [SYS]   [1]  /home/<username>/sigverse-100317/share/sigverse/data/xml/
 [SYS]   [2]  /home/<username>/sigverse-100317/share/sigverse/data/shape/
 [SYS]  world file : MyWorld.xml
 [SYS]  reading /home/<username>/sigverse-  100317/share/sigverse/data/shape/sample3.x3d...
 read /home/<username>/sigverse-100317/share/sigverse/etc/X3DParser.cfg
 *** JavaVMOption ***
 options[0].optionString = (-Djava.class.path=/home/okamoto/sigverse-  100317/share/sigverse/jar/X3DParser.jar:/home/<username>/sigverse-100317/share/sigverse/jar/xj3d-all.jar)
 options[1].optionString = (-Djava.library.path=/tmp)
 Java VM start ok
 all done.[SYS]  waiting for connection...

** Installation of SIGViewer (client) [#d0c6d811]

Install the SIGViewer (client) using SIGVerse USB memory package.

Please execute Setup.exe to install the SIGViewer.
#br
Start the SIGViewer to check the installation.

To be continued to check controller of agents.


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