Skip to content

Commit 9349ce5

Browse files
committed
Add build instructions for build env. According to #261
1 parent b707be2 commit 9349ce5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ See [wiki](https://github.com/msgpack/msgpack-cli/wiki)
5656
### For .NET Framework
5757

5858
1. Install Visual Studio 2017 (Community edition is OK) and 2015 (for MsgPack.Windows.sln).
59+
* You must install .NET Framework 3.5, 4.x, .NET Core, and Xamarin dev tools to build all builds successfully.
60+
If you do not want to install options, edit `<TargetFrameworks>` element in `*.csproj` files to exclude platforms you want to exclude.
5961
2. Run with Visual Studio Developer Command Prompt:
6062

6163
msbuild MsgPack.sln

0 commit comments

Comments
 (0)