Update C# instructions in documentation
This commit is contained in:
parent
7677df110c
commit
9c6fd9f3a7
10
README.md
10
README.md
@ -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`.
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user