#author("2024-09-02T04:11:05+00:00","default:iseki","iseki") ** 2度目以降 [#i8fb355b] *** OpenSim の更新 [#v839ed6d] # /etc/init.d/opensim_region stop # サーバの停止 # cd /usr/local/opensim # ./gitup # 作業ブランチを保存してmasterブランチに戻る # git pull # masterブランチを更新 # git branch branch_name # ブランチを作る # get checkout branch_name # 以降の作業はブランチで行う - ''branch_name'' には分かり易い名前を自分でつける. - '' git branch'' コマンドで存在するブランチの一覧が表示される. #br *** パッチの適用とコンパイル [#u6cafe6e] # svn update opensim.* # NSLツールを更新 # ./opensim.currency/latest_update # Moneyサーバ用 # ./opensim.nsl.tools/latest_update #2回目以降は BitmapRenderModule.cs の更新でエラーが出るが無視する # ./update *** Jpegの処理でエラーが出る場合 (Vine4.2などの場合に行う.CentOSでは不必要) [#qdc037dc] # cp libopenjpeg-dotnet-*.so bin # 以前作っておいた libopenjpeg をコピー *** 起動 [#d181e790] # /etc/init.d/opensim_region start