mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
docs(NA): update developer getting started guide to build on windows within Bazel (#101181)
This commit is contained in:
parent
dbac313d40
commit
8e48d48f86
1 changed files with 7 additions and 2 deletions
|
@ -14,9 +14,14 @@ In order to support Windows development we currently require you to use one of t
|
|||
|
||||
As well as installing https://www.microsoft.com/en-us/download/details.aspx?id=48145[Visual C++ Redistributable for Visual Studio 2015].
|
||||
|
||||
In addition we also require you to do the following:
|
||||
|
||||
- Install https://www.microsoft.com/en-us/download/details.aspx?id=48145[Visual C++ Redistributable for Visual Studio 2015]
|
||||
- Enable the https://docs.microsoft.com/en-us/windows/apps/get-started/enable-your-device-for-development[Windows Developer Mode]
|
||||
- Enable https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/fsutil-8dot3name[8.3 filename support] by running the following command in a windows command prompt with admin rights `fsutil 8dot3name set 0`
|
||||
|
||||
Before running the steps listed below, please make sure you have installed everything
|
||||
that we require and listed above and that you are running the mentioned commands
|
||||
through Git bash or WSL.
|
||||
that we require and listed above and that you are running all the commands from now on through Git bash or WSL.
|
||||
|
||||
[discrete]
|
||||
[[get-kibana-code]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue