OpenSim/Build/next_compile
をテンプレートにして作成
[
トップ
] [
タイトル一覧
|
ページ一覧
|
新規
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
** 2度目以降 [#i8fb355b]
*** OpenSim の更新 [#v839ed6d]
# /etc/init.d/opensim_region stop # サーバの停止
# cd /usr/local/opensim
# ./gitup # 作業ブランチを保存して...
# 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回目以降は Bit...
# ./update
*** Jpegの処理でエラーが出る場合 (Vine4.2などの場合に行...
# cp libopenjpeg-dotnet-*.so bin # 以前作っておい...
*** 起動 [#d181e790]
# /etc/init.d/opensim_region start
終了行:
** 2度目以降 [#i8fb355b]
*** OpenSim の更新 [#v839ed6d]
# /etc/init.d/opensim_region stop # サーバの停止
# cd /usr/local/opensim
# ./gitup # 作業ブランチを保存して...
# 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回目以降は Bit...
# ./update
*** Jpegの処理でエラーが出る場合 (Vine4.2などの場合に行...
# cp libopenjpeg-dotnet-*.so bin # 以前作っておい...
*** 起動 [#d181e790]
# /etc/init.d/opensim_region start
ページ名: