[AppInventor] App Inventor のソースを取得する
================================================================================
1. ソースつぎのサイトから取得する。
app-inventor-releases
http://code.google.com/p/app-inventor-releases/
ここに、説明がついている。
2. つぎのサイトから Mercurial をダウンロードして、設定する。
Mercurial downloads
http://mercurial.selenic.com/downloads/
Mercurial 2.0.2 Inno Setup installer - x86 Windows - does not require admin rights
インストーラーが、PATH の設定まで行ってくれる。
※Mercurial(マーキュリアル)は、クロスプラットフォームの分散型バージョン管理シ
ステム。 Mercurial はコマンドラインプログラムで、すべてのコマンドは hgで始まる。
(Mercurial - Wikipedia、http://ja.wikipedia.org/wiki/Mercurial より)
※Mercurial の使い方のチュートリアル
http://mercurial.selenic.com/wiki/JapaneseTutorial
3. ソースの取得
つぎのコマンドで取得する。
---
> hg clone https://code.google.com/p/app-inventor-releases/
destination directory: app-inventor-releases
requesting all changes
adding changesets
adding manifests
adding file changes
added 1 changesets with 1718 changes to 1718 files
updating to branch default
1718 files updated, 0 files merged, 0 files removed, 0 files unresolved
---
ソースは、カレント・ディレクトリー直下の以下のディレクトリーに入る。
app-inventor-releases