-
Notifications
You must be signed in to change notification settings - Fork 168
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
Visual Studio Install options を修正(#6 の反映など) #518
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PRありがとうございます。
直す必要を認識していた内容でした。PR感謝します。一部でこのまま入れると問題がありそうなのでコメントしました。
README.md
Outdated
@@ -46,9 +46,11 @@ https://github.com/sakura-editor/sakura/wiki | |||
- [Visual Studio Community 2017](https://www.visualstudio.com/downloads/) | |||
|
|||
#### Visual Studio Install options required | |||
- Windows SDK | |||
- Windows 10 SDK (10.0.17134.0) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Windows sdkがいらなくなって、特定のwin10 sdkに依存するようになったわけではないです。
README.md
Outdated
- C++に関するWindows XP サポート | ||
- Windows 8.1 SDK と UCRT SDK | ||
- C++ に関する Windows XP サポート | ||
- x86用とx64用のVisual C++ MFC |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
8.1 sdkは現状で必須です。
これはいずれ修正しなければと考えていました。
MFCについては現状で不要です。
追加する必要はない認識です。
build.md
Outdated
@@ -32,6 +32,9 @@ | |||
- (オプション) [7Zip](https://sevenzip.osdn.jp/) (外部依存ファイルの解凍に使用) | |||
- Visual Studio 2017 Comminity Edition | |||
以下オプションも必要です。 | |||
- Windows 10 SDK (10.0.17134.0) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
上にあげた理由で不要です。
サクラエディタはwindows sdkに依存します。
Win10 sdkについてはデフォルトを使いたいので、特定バージョンをいれたくないです。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
デフォルトを使いたいのですね。分かりました。
修正しておきました。こんな感じでしょうか。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ご対応ありがとうございます。LGTMです。
Merge します。もし問題が見つかったら別のPRで修正する事にしましょう。 |
Visual Studio Install options を修正(sakura-editor#6 の反映など)
サクラエディタをビルドしてみようと Visual Studio Community 2017 をクリーンインストールしてみたところ、いくつか追加で必要だったので README.md を修正してみました。