18/05/30 19:30:55.53 WPzqxCK50.net
github アカウントなしでビルドできたけど、なんかzipからビルドするのと変わらない気が。。。
1) Git をインストールし、そのまま Git Bash を起動。
$ git clone -b develop --recursive URLリンク(github.com)
2) [TVTest/.gitmodules] を修正。
- url = git@github.com:DBCTRADO/LibISDB.git
+ url = URLリンク(github.com)
3) LibISDB を取得。
$ cd TVTest
$ git submodule sync && git submodule update
4) バージョン・ハッシュ(2ヶ)を作成。
$ cd src/LibISDB/LibISDB
$ ./versionhashgen.sh
$ cd ../..
$ ./TVTestVersionHashGen.bat
5) TVTest\src\LibISDB\Projects\LibISDB.sln、TVTest\src\TVTest_All.sln をビルド。
6) 必要なファイルを取り出したら、次回に備えてTVTestディレクトリを削除!?
githubに登録して SSH の公開鍵うんぬんは前スレの 596 で。