diff --git a/README.md b/README.md index 28099843..ec6db195 100644 --- a/README.md +++ b/README.md @@ -638,9 +638,9 @@ process. - C# support: install [Mono on non-Windows platforms][mono-install]. Navigate to `YouCompleteMe/third_party/ycmd/third_party/OmniSharpServer` and run - `msbuild` (Windows) or `xbuild` (other platforms, using Mono) depending on - your platform. On Windows, be sure that [the build utility `msbuild` is in - your PATH][add-msbuild-to-path]. + `msbuild /property:Configuration=Release` on Windows. Replace `msbuild` by + `xbuild` on other platforms. On Windows, be sure that [the build utility + `msbuild` is in your PATH][add-msbuild-to-path]. - Go support: install [Go][go-install] and add it to your path. Navigate to `YouCompleteMe/third_party/ycmd/third_party/gocode` and run `go build`. diff --git a/doc/youcompleteme.txt b/doc/youcompleteme.txt index 731e169a..3685a3fb 100644 --- a/doc/youcompleteme.txt +++ b/doc/youcompleteme.txt @@ -855,9 +855,9 @@ will notify you to recompile it. You should then rerun the install process. 6. C# support: install Mono on non-Windows platforms [37]. Navigate to 'YouCompleteMe/third_party/ycmd/third_party/OmniSharpServer' and run - 'msbuild' (Windows) or 'xbuild' (other platforms, using Mono) depending - on your platform. On Windows, be sure that the build utility 'msbuild' is - in your PATH [33]. + 'msbuild /property:Configuration=Release' on Windows. Replace 'msbuild' + by 'xbuild' on other platforms. On Windows, be sure that the build + utility 'msbuild' is in your PATH [33]. 7. Go support: install Go [23] and add it to your path. Navigate to 'YouCompleteMe/third_party/ycmd/third_party/gocode' and run 'go build'.