Update C# instructions in documentation

This commit is contained in:
micbou 2017-06-05 11:31:28 +02:00
parent 7677df110c
commit 9c6fd9f3a7
No known key found for this signature in database
GPG Key ID: C7E8FD1F3BDA1E05
2 changed files with 13 additions and 6 deletions

View File

@ -656,9 +656,13 @@ process.
- C# support: install [Mono on non-Windows platforms][mono-install]. - C# support: install [Mono on non-Windows platforms][mono-install].
Navigate to `YouCompleteMe/third_party/ycmd/third_party/OmniSharpServer` Navigate to `YouCompleteMe/third_party/ycmd/third_party/OmniSharpServer`
and run `msbuild /property:Configuration=Release` on Windows. Replace and run
`msbuild` by `xbuild` on other platforms. On Windows, be sure that [the
build utility `msbuild` is in your PATH][add-msbuild-to-path]. msbuild /property:Configuration=Release /property:TargetFrameworkVersion=v4.5
Replace `msbuild` by `xbuild` if `msbuild` is not available. 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 - 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`. `YouCompleteMe/third_party/ycmd/third_party/gocode` and run `go build`.

View File

@ -870,9 +870,12 @@ will notify you to recompile it. You should then rerun the install process.
- C# support: install Mono on non-Windows platforms [41]. Navigate to - C# support: install Mono on non-Windows platforms [41]. Navigate to
'YouCompleteMe/third_party/ycmd/third_party/OmniSharpServer' and run 'YouCompleteMe/third_party/ycmd/third_party/OmniSharpServer' and run
'msbuild /property:Configuration=Release' on Windows. Replace
'msbuild' by 'xbuild' on other platforms. On Windows, be sure that msbuild /property:Configuration=Release
the build utility 'msbuild' is in your PATH [37]. /property:TargetFrameworkVersion=v4.5
Replace 'msbuild' by 'xbuild' if 'msbuild' is not available. On Windows,
be sure that the build utility 'msbuild' is in your PATH [37].
- Go support: install Go [27] and add it to your path. Navigate to - Go support: install Go [27] and add it to your path. Navigate to
'YouCompleteMe/third_party/ycmd/third_party/gocode' and run 'go 'YouCompleteMe/third_party/ycmd/third_party/gocode' and run 'go