anm_server/Getting Started
をテンプレートにして作成
[
トップ
] [
タイトル一覧
|
ページ一覧
|
新規
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
** Getting Started of anm_server [#r355e67e]
*** DownLoad [#f436cdb5]
**** Release Version [#tdeb53b4]
- http://www.nsl.tuis.ac.jp/DownLoad/SoftWare/SL/anm_serv...
**** 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/SL...
$ 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...
$ svn co http://www.nsl.tuis.ac.jp/svn/linux/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 -- Configura...
- /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'' al...
*** Execution and Stop [#ffdfb9a9]
- Exec: /etc/init.d/anm_server start
- Stop: /etc/init.d/anm_server stop
#br
終了行:
** Getting Started of anm_server [#r355e67e]
*** DownLoad [#f436cdb5]
**** Release Version [#tdeb53b4]
- http://www.nsl.tuis.ac.jp/DownLoad/SoftWare/SL/anm_serv...
**** 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/SL...
$ 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...
$ svn co http://www.nsl.tuis.ac.jp/svn/linux/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 -- Configura...
- /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'' al...
*** Execution and Stop [#ffdfb9a9]
- Exec: /etc/init.d/anm_server start
- Stop: /etc/init.d/anm_server stop
#br
ページ名: