Skip to content

Commit

Permalink
Merge pull request #114 from fluent-plugins-nursery/fix-prerequisites…
Browse files Browse the repository at this point in the history
…-msi

Update prerequisites for Windows package
  • Loading branch information
ashie committed Jun 22, 2020
2 parents 054286f + 697032b commit 6ed152e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Expand Up @@ -16,12 +16,21 @@ td-agent-builder is a new build system for [td-agent](http://docs.treasuredata.c

### For building Windows package (.msi)

* Windows OS (10 or 2019 are verified)
* Windows OS (10 Pro or 2019 are verified)
* [Docker Desktop for Windows](https://hub.docker.com/editions/community/docker-ce-desktop-windows)
* You need to switch to "Windows containers" before using it.
* [RubyInstaller](https://rubyinstaller.org/) 2.4 or later.
* [Git for Windows](https://gitforwindows.org/)

After installed above software, you need to enable additional features from powershell (as admin).

```
dism.exe /online /enable-feature /featurename:Microsoft-Hyper-V /all /norestart
dism.exe /online /enable-feature /featurename:Containers /all/ norestart
```

Then restart Windows.

## How to build .rpm package

```console
Expand Down

0 comments on commit 6ed152e

Please sign in to comment.