Auto merge of #2284 - micbou:full-instructions-omnisharp-completer, r=puremourning
[READY] Update C# instructions in full installation guide Add the `/property:Configuration=Release` option when building the OmniSharp server in the full installation guide. Fixes #2188. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/valloric/youcompleteme/2284) <!-- Reviewable:end -->
This commit is contained in:
commit
d38ffc5446
@ -638,9 +638,9 @@ process.
|
|||||||
|
|
||||||
- C# support: install [Mono on non-Windows platforms][mono-install]. Navigate
|
- C# support: install [Mono on non-Windows platforms][mono-install]. Navigate
|
||||||
to `YouCompleteMe/third_party/ycmd/third_party/OmniSharpServer` and run
|
to `YouCompleteMe/third_party/ycmd/third_party/OmniSharpServer` and run
|
||||||
`msbuild` (Windows) or `xbuild` (other platforms, using Mono) depending on
|
`msbuild /property:Configuration=Release` on Windows. Replace `msbuild` by
|
||||||
your platform. On Windows, be sure that [the build utility `msbuild` is in
|
`xbuild` on other platforms. On Windows, be sure that [the build utility
|
||||||
your PATH][add-msbuild-to-path].
|
`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`.
|
||||||
|
@ -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
|
6. C# support: install Mono on non-Windows platforms [37]. Navigate to
|
||||||
'YouCompleteMe/third_party/ycmd/third_party/OmniSharpServer' and run
|
'YouCompleteMe/third_party/ycmd/third_party/OmniSharpServer' and run
|
||||||
'msbuild' (Windows) or 'xbuild' (other platforms, using Mono) depending
|
'msbuild /property:Configuration=Release' on Windows. Replace 'msbuild'
|
||||||
on your platform. On Windows, be sure that the build utility 'msbuild' is
|
by 'xbuild' on other platforms. On Windows, be sure that the build
|
||||||
in your PATH [33].
|
utility 'msbuild' is in your PATH [33].
|
||||||
|
|
||||||
7. Go support: install Go [23] and add it to your path. Navigate to
|
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'.
|
'YouCompleteMe/third_party/ycmd/third_party/gocode' and run 'go build'.
|
||||||
|
Loading…
Reference in New Issue
Block a user