Skip to content

v2.1 Release

Latest

Choose a tag to compare

@LeeAkinobu LeeAkinobu released this 01 Oct 02:01

IMPORTANT CHANGES

From v2.1, since large files now make serious impact on LFS usage limit, whole repository has been reconstructed to be LFS-free.

You migiht not update your forked / fetched repository with git pull on this version, since we are forced to remove large files and clean histories with inconsistent way using git-filter-repo due to heavy load. Please clone as new repository. Sorry for inconvenience.

To run on Windows, you do not need to fetch the repository. Download the MMDAgent-EX-(win32|x64)-vx.x.zip according to your architecture (if not sure use x64 ) and use it. MMDAgent-EX-deps_win.zip is only for development, so not required when you just want to run MMDAgent-EX.

To build MMDAgent-EX on Windows: Windows DLLs and pre-built binaries has been removed from repo and now provided as separate zip. To build, you need to download the MMDAgent-EX-deps_win.zip and unpack it under the top dir of fetched repository before build. For more details, see README and Web site for the new build procefure on Windows.

Nothing changed on other platforms (macOS / Linux). To run, get the repo and build it as the same version.


【お知らせ】

LFS が容量上限に達して配布が困難になったため、v2.1 から LFS を使わない構成にレポジトリを再構築しました。容量は 2GB 前後から 300MB に削減されました。

お手持ちのコードから pull したとき、このバージョンに更新できない可能性があります。これは、レポジトリの負荷限界のために大きいファイルを履歴からも削除する必要があったためです。Pull できない場合は、お手数ですが新たに clone していただけますようお願いします。

Windows で実行するだけなら、ソースコードは不要です。MMDAgent-EX-(win32|x64)-vx.x.zip をダウンロードして使ってください(win32とx64のどちらが良いかわからなければ x64 を使ってください)。 MMDAgent-EX-deps_win.zip は開発用なので、実行だけの場合ダウンロードは不要です。

Window でビルドする場合、このバージョンからWindows用DLL・ビルド済みバイナリはレポジトリに含めず別zipとして提供されるようになりました。レポジトリを取得後、MMDAgent-EX-deps_win.zip をダウンロードして、レポジトリ内に重ねて展開してからビルドしてください。ビルド手順そのものは変わっていません。詳しくは README や Web サイトのビルド手順を読んでください。

他のOS (macOS, Linux) はこれまでと同じです。動かすには、レポジトリを取得し、手順に従ってビルドしてください。