#author("2024-01-03T15:23:48+00:00","default:iseki","iseki")
#author("2024-01-03T15:23:59+00:00","default:iseki","iseki")
** Getting Started of anm_server [#r355e67e]
*** DownLoad [#f436cdb5]
**** Release Version [#tdeb53b4]
- http://www.nsl.tuis.ac.jp/DownLoad/SoftWare/SL/anm_server/anm_server-1.1.0.tar.gz


**** Dev Version (subversion) [#de5593f4]
- http://www.nsl.tuis.ac.jp/svn/linux/JunkBox_Lib/trunk
- http://www.nsl.tuis.ac.jp/svn/linux/anm_server/trunk


*** Compile and Install [#jfb36b9e]

**** Release Version [#f522ecdf]
 $ 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 [#s5f9ed48]
 $ 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 [#y32a1b52]
- /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 [#ffdfb9a9]
- Exec: /etc/init.d/anm_server start
- Stop: /etc/init.d/anm_server stop

#br

トップ   編集 差分 バックアップ 添付 複製 名前変更 リロード   新規 ページ一覧 検索 最終更新   ヘルプ   最終更新のRSS