1: 2010-04-17 (土) 16:31:42 admin  |
現: 2010-04-17 (土) 16:38:40 admin  |
| | | |
| *** 旧ツールの削除 [#j0bf7ab1] | | *** 旧ツールの削除 [#j0bf7ab1] |
- | # /etc/init.d/opensim_region stop # サーバの停止 | + | # サーバを停止させる |
| # cd /usr/local/opensim | | # cd /usr/local/opensim |
| # \rm -r opensim.nsl.patch | | # \rm -r opensim.nsl.patch |
| # rm update | | # rm update |
- | # svn update opensim.* # ツールの更新 | |
| | | |
| *** 新しいNSLツールのダウンロードと準備 [#sde804a4] | | *** 新しいNSLツールのダウンロードと準備 [#sde804a4] |
| + | # svn update opensim.* # ツールの更新 |
| # svn co http://www.nsl.tuis.ac.jp/svn/opensim/opensim.nsl.tools/trunk opensim.nsl.tools | | # svn co http://www.nsl.tuis.ac.jp/svn/opensim/opensim.nsl.tools/trunk opensim.nsl.tools |
| # svn co http://www.nsl.tuis.ac.jp/svn/opensim/opensim.osprofile/trunk opensim.osprofile | | # svn co http://www.nsl.tuis.ac.jp/svn/opensim/opensim.osprofile/trunk opensim.osprofile |
- | | |
| # ln -s ./opensim.nsl.tools/update . | | # ln -s ./opensim.nsl.tools/update . |
| # ln -s ./opensim.nsl.tools/gitup . | | # ln -s ./opensim.nsl.tools/gitup . |
| | | |
- | *** OpenSimの更新 [#c97f8040] | + | *** OpenSim の更新 [#u5767f27] |
- | # | + | # ./gitup # 作業ブランチを保存してmasterブランチに戻る |
| + | # git pull # masterブランチを更新 |
| + | # git branch branch_name # ブランチを作る |
| + | # get checkout branch_name # 以降の作業はブランチで行う |
| + | - ''branch_name'' には分かり易い名前を自分でつける. |
| + | - '' git branch'' コマンドで存在するブランチの一覧が表示される. |
| + | #br |
| | | |
| *** パッチの適用とコンパイル [#i3ec5485] | | *** パッチの適用とコンパイル [#i3ec5485] |
| | | |
| *** 起動 [#i52f1a8a] | | *** 起動 [#i52f1a8a] |
| + | # cp opensim.nsl.tools/config/opensim_region /etc/init.d/ |
| + | # chmod a+rx /etc/init.d/opensim_region |
| # /etc/init.d/opensim_region start | | # /etc/init.d/opensim_region start |
| | | |
| *** Jpegの処理でエラーが出る場合 (Vine4.2などの場合に行う.CentOSでは不必要)[#d25fd239] | | *** Jpegの処理でエラーが出る場合 (Vine4.2などの場合に行う.CentOSでは不必要)[#d25fd239] |
- | - openjpeg-dotnet のダウンロード&コンパイル | |
| # cd /usr/local | | # cd /usr/local |
| # svn co http://openmetaverse.org/svn/omf/libopenmetaverse/trunk libopenmetaverse | | # svn co http://openmetaverse.org/svn/omf/libopenmetaverse/trunk libopenmetaverse |