- ソース を表示
- OpenSim/Build/next_compile へ行く。
1: 2010-04-17 (土) 16:00:58 admin | 現: 2010-04-17 (土) 16:39:48 admin | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | *** NSL ツールの適用 [#d988cbc8] | + | ** 2度目以降 [#i8fb355b] |
- | # cd opensim | + | *** OpenSim の更新 [#v839ed6d] |
- | # ./opensim.currency/latest_update | + | # /etc/init.d/opensim_region stop # サーバの停止 |
- | # ./opensim.nsl.patch/latest_update | + | # cd /usr/local/opensim |
+ | # ./gitup # 作業ブランチを保存してmasterブランチに戻る | ||
+ | # git pull # masterブランチを更新 | ||
+ | # git branch branch_name # ブランチを作る | ||
+ | # get checkout branch_name # 以降の作業はブランチで行う | ||
+ | - ''branch_name'' には分かり易い名前を自分でつける. | ||
+ | - '' git branch'' コマンドで存在するブランチの一覧が表示される. | ||
+ | #br | ||
- | *** コンパイル [#s4666bea] | + | *** パッチの適用とコンパイル [#u6cafe6e] |
- | # ./runprebuild.sh | + | # svn update opensim.* # NSLツールを更新 |
- | # nant clean | + | # ./opensim.currency/latest_update # Moneyサーバ用 |
- | # nant | + | # ./opensim.nsl.tools/latest_update #2回目以降は BitmapRenderModule.cs の更新でエラーが出るが無視する |
+ | # ./update | ||
- | *** Money サーバ関連の構築 [#aa0a5afe] | + | *** Jpegの処理でエラーが出る場合 (Vine4.2などの場合に行う.CentOSでは不必要) [#qdc037dc] |
- | # cd opensim.currency/OpenSim.Forge.Currency | + | # cp libopenjpeg-dotnet-*.so bin # 以前作っておいた libopenjpeg をコピー |
- | # rm -f OpenSim.Forge.Currency.dll | + | |
- | # nant | + | *** 起動 [#d181e790] |
- | # cp OpenSim.Forge.Currency.dll ../../bin | + | # /etc/init.d/opensim_region start |
- OpenSim/Build/next_compile のバックアップ一覧
- OpenSim/Build/next_compile のバックアップ差分(No. All)
- 1: 2010-04-17 (土) 16:00:58 admin
- 現: 2010-04-17 (土) 16:39:48 admin