From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
(ViewGit Web Utility)
Line 15: Line 15:
 
既にダウンロード(コピー)済みのリポジトリを,最新の状態にするには git pull コマンドを使用します.
 
既にダウンロード(コピー)済みのリポジトリを,最新の状態にするには git pull コマンドを使用します.
 
  # git pull
 
  # git pull
 
  
 
== ViewGit Web Utility ==
 
== ViewGit Web Utility ==
Line 32: Line 31:
 
既にダウンロード(コピー)済みのリポジトリを,最新の状態にするには svn update コマンドを使用します.
 
既にダウンロード(コピー)済みのリポジトリを,最新の状態にするには svn update コマンドを使用します.
 
  # svn update
 
  # svn update
 
  
 
== リリースノート  ==
 
== リリースノート  ==
Line 68: Line 66:
 
*[[0.1.0-release]] (SVN version 1021)  
 
*[[0.1.0-release]] (SVN version 1021)  
 
*[[0.2.0-release]] (SVN version 1020)
 
*[[0.2.0-release]] (SVN version 1020)
 +
  
 
= バイナリ =
 
= バイナリ =
Line 76: Line 75:
 
==インストーラ==
 
==インストーラ==
  
* '''0.6.6 Windows Installer (Post-fixes version r9993)'''
+
* '''0.6.6 Windows インストーラ (Post-fixes version r9993)'''
 
  http://forge.opensimulator.org/gf/download/frsrelease/199/588/OpenSim0.6.6Setup.exe
 
  http://forge.opensimulator.org/gf/download/frsrelease/199/588/OpenSim0.6.6Setup.exe
  
* '''0.6.6 Mac OS X Installer (Post-fixes version r9993)'''
+
* '''0.6.6 Mac OS X インストーラ (Post-fixes version r9993)'''
 
  http://forge.opensimulator.org/gf/download/frsrelease/198/587/OpenSimulator-0.6.6-post-fixes-r9993.dmg
 
  http://forge.opensimulator.org/gf/download/frsrelease/198/587/OpenSimulator-0.6.6-post-fixes-r9993.dmg
  
* '''0.6.6 (and other releases/revs) unofficial Debian and Ubuntu Linux .deb packages
+
* '''0.6.6 (and other releases/revs) unofficial Debian and Ubuntu Linux .deb パッケージ
 
  http://opensimulator.org/wiki/UnofficialDebPackages
 
  http://opensimulator.org/wiki/UnofficialDebPackages
  
 
==Diva Distribution==
 
==Diva Distribution==
  
* '''Preconfigured hypergrided standalone.''' Easy to setup and to keep up to date. Windows and Linux/Unix. Download the file diva-rNNNN.zip, unzip it, read README.txt and take it from there.
+
* '''ハイパーグリッド スタンドアロンモード簡易設定済みバージョン''' Windows and Linux/Unixでの簡易設定済み版.  
 
http://github.com/diva/diva-distribution/downloads
 
http://github.com/diva/diva-distribution/downloads
  
= Older Versions Archive =
 
 
All older versions of OpenSim are available from the Git repo (this includes fully converted versions of every change that existed in the subversion repository, including all old tags and branches). Please be aware that even if there is zero official support for the latest version, there's even less support for older ones. They are kept here for historical and technological reference only.
 
 
The 'official' release tags and branches are all available from:
 
git://opensimulator.org/git/opensim
 
 
The named branches are typically extremely experimental offshoots.  Stick with recent numbered versions if you expect anything to work.
 
 
= Experimental Upstream Code =
 
<font style="color: red; font-size: big">'''There Be Dragons Beyond This Point'''</font>
 
 
If you are truly feeling dangerous, adventurous, or want to help us test the next version of OpenSim you are welcome to grab the latest unstable code out of our git master repository.  Any warnings previous expressed about the alpha nature of the code go double or triple if you are running directly off of master.  '''Never, ever, ever, never''' run this in production environments, it is not suitable for that unless you are very familiar with the source code, and can hot fix any piece of it (that probably means you are an OpenSim core member).  Feedback and testing on the unstable tree is appreciated, as that helps us make the next release better.  If this scares you from using trunk, that was intended.
 
 
If it breaks, you get to keep both pieces.
 
 
* '''Latest git revision version (bleeding edge)'''
 
git clone git://opensimulator.org/git/opensim
 
 
* '''To checkout a specific revision'''
 
After creating the clone, chnage into the directory and:
 
git reset --hard ########
 
 
Where ######## is the unique hash of the version you are interested in.
 
 
Another option for obtaining the code is via subversion with our svn mirror.  This mirrors all git changes since the old 10k1 changeset in subversion.  It is synchronized every 15 minutes, so may be 15 minutes behind git master.
 
  
* '''Latest subversion revision version (bleeding edge)'''
 
svn co http://opensimulator.org/svn/opensim-track/trunk opensim
 
  
 
=Related Software=
 
=Related Software=

Revision as of 00:41, 1 November 2009

Contents

ソースコード

リリースバージョン

現時点('09 11/1)での最新リリースバージョンは 0.6.7です.

Gitによるソースコード(開発バージョン)のダウンロード

gitコマンドを使用して,最新のリポジトリのコピーをダウンロードするには以下のようにします.

# git clone git://opensimulator.org/git/opensim

既にダウンロード(コピー)済みのリポジトリを,最新の状態にするには git pull コマンドを使用します.

# git pull

ViewGit Web Utility

ViewGit Webユーティリティを利用する場合は,以下のURLを指定します.

http://opensimulator.org/viewgit/?a=summary&p=opensim

or

http://opensimulator.org/viewgit/?a=shortlog&p=opensim&h=refs/heads/0.6.7-post-fixes

Subversion によるソースコード(開発バージョン)のダウンロード

OpenSimのソースコードは,現在 gitによって管理されていますが,15分に一度 Subversionのリポジトリはgitのリポジトリと自動的に同期が取られます. 従って,svnコマンドを使用しても OpenSimの開発コードをダウンロードすることが可能です.

# svn co http://opensimulator.org/svn/opensim-track/trunk opensim

既にダウンロード(コピー)済みのリポジトリを,最新の状態にするには svn update コマンドを使用します.

# svn update

リリースノート

以下にリリースバージョンのログ(記録)を示します.これらのログを参照する前に,Release CycleOn revisions, tags and branches を参照して置くと良いでしょう.


バイナリ

OpenSimプロジェクトでは,ソースコードの配布を基本としています.従ってユーザは自分でソースコードをコンパイルしなければなりません.しかし,OpenSimコミュニティでバイナリのインストーラの提供を行っているメンバも多数います.

以下に,そのようなバイナリインストーラへのリンクを示します.

インストーラ

  • 0.6.6 Windows インストーラ (Post-fixes version r9993)
http://forge.opensimulator.org/gf/download/frsrelease/199/588/OpenSim0.6.6Setup.exe
  • 0.6.6 Mac OS X インストーラ (Post-fixes version r9993)
http://forge.opensimulator.org/gf/download/frsrelease/198/587/OpenSimulator-0.6.6-post-fixes-r9993.dmg
  • 0.6.6 (and other releases/revs) unofficial Debian and Ubuntu Linux .deb パッケージ
http://opensimulator.org/wiki/UnofficialDebPackages

Diva Distribution

  • ハイパーグリッド スタンドアロンモード簡易設定済みバージョン Windows and Linux/Unixでの簡易設定済み版.

http://github.com/diva/diva-distribution/downloads


Related Software

Related Software Section - CLICK HERE

Pages by Category: User-pages, Developer-pages, Scripts
UNIQ2d54f38217242f41-cleanpage-00000000-QINU

Personal tools
General
About This Wiki