Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#357 build.mdの「HTML ヘルプのビルドに必要なもの」 レビュー結果反映  #387

Merged
merged 2 commits into from
Sep 1, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion build.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,20 @@

- (オプション) [7Zip](https://sevenzip.osdn.jp/) (外部依存ファイルの解凍に使用)
- Visual Studio 2017 Comminity Edition
以下オプションも必要です。
- C++ に関する Windows XP サポート

### HTML ヘルプのビルドに必要なもの

- HTML Help Workshop
- HTML ヘルプコンパイラ (hhc.exe)
- Visual Studio 2017 のインストールにて以下のオプションを有効にすることにより導入されます。
- 「C++ によるデスクトップ開発」を有効にする
- 右のペインで 「C++ によるデスクトップ開発」を選ぶ
- 「x86用とx64用のVisual C++ MFC」をチェックする
- 変更を確定する
- VSインストール後でもVisual Studio Installerを起動して導入可能です。
![vsi](https://user-images.githubusercontent.com/39618965/44622575-012dcc80-a8f6-11e8-906a-14d8cd6dfac9.PNG)
- ヘルプファイルを編集する場合 HTML Help Workshop 等の編集ソフトも別途必要になります。

### インストーラのビルドに必要なもの

Expand Down