Getting Started of anm_server †[edit]
DownLoad †[edit]
Release Version †[edit]
Dev Version (subversion) †[edit]
Compile and Install †[edit]
Release Version †[edit]
$ wget http://www.nsl.tuis.ac.jp/DownLoad/SoftWare/SL/SLKinect2/anm_server-x.y.z.tar.gz
$ tar xfvz anm_server-x.y.z.tar.gz
$ cd anm_server-x.y.z
$ cd JunkBox_Lib
$ ./configure
$ make
$ cd ../anm_server
$ make
$ su
# make install
Development Version †[edit]
$ svn co http://www.nsl.tuis.ac.jp/svn/linux/JunkBox_Lib/trunk JunkBox_Lib
$ svn co http://www.nsl.tuis.ac.jp/svn/linux/anm_server/trunk anm_server
$ cd JunkBox_Lib
$ ./config.sh
$ ./configure
$ make
$ cd ../anm_server
$ make
$ su
# make install
Installed Files and Directory †[edit]
- /usr/local/bin/anm_server -- Program
- /usr/local/etc/anm_server/anm_server.conf -- Configuration File
- /etc/init.d/anm_server -- Script for Start and Stop
- /var/anm_server/ -- Working Directory
- If anm_server.conf or /etc/init.d/anm_server already exist, those are not overwritten.
Execution and Stop †[edit]
- Exec: /etc/init.d/anm_server start
- Stop: /etc/init.d/anm_server stop