#author("2024-01-03T15:52:56+00:00","default:iseki","iseki")
** anm_server: コンパイル,インストール,実行 [#m5d170cb]
#author("2024-01-03T16:13:42+00:00","default:iseki","iseki")

*** ダウンロード [#f436cdb5]

**** リリース バージョン [#h1cbd19e]
- https://www.nsl.tuis.ac.jp/DownLoad/SoftWare/SL/anm_server/anm_server-1.1.0.tar.gz


**** 開発バージョン (subversion) [#de5593f4]
- https://github.com/JunkBox-Library/JunkBox_Lib
- https://github.com/fumihax/anm_server


*** コンパイルとインストール [#y3be7c62]

**** リリース バージョン [#kf033d35]
 $ 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


**** 開発バージョン (subversion) [#ya266ddf]
 $ 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

**** インストールされるファイルとディレクトリ [#y32a1b52]
- /usr/local/bin/anm_server   -- プログラム本体
- /usr/local/etc/anm_server/anm_server.conf  -- 設定ファイル
- /etc/init.d/anm_server  -- 起動スクリプト
- /var/anm_server/  -- 作業用ディレクトリ

- もし ''anm_server.conf'' または ''/etc/init.d/anm_server'' が既に存在すれば,それらは上書きされません.


*** 起動と停止 [#f561ff4c]
- 起動: /etc/init.d/anm_server start
- 停止: /etc/init.d/anm_server stop

#br


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