Skip to content

Commit

Permalink
Windows docs [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
arogachev committed Dec 9, 2024
1 parent 7b32101 commit 6da0e5b
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions docs/internals.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,24 @@ All our packages have github actions by default, so you can test your [contribut

Docker is used to ease the local development.

### Setup
## Prerequisites:

### Docker Compose

Install [Docker](https://docs.docker.com/get-started/get-docker/) with
[Docker Compose](https://docs.docker.com/compose/install/).

Prerequisites:
### make

- [Docker](https://docs.docker.com/get-started/get-docker/)
- [Docker Compose](https://docs.docker.com/compose/install/)
make is required for running commands. To get it working on Windows, some of the options are:

- It ships with [Git BASH](https://git-scm.com/downloads/win).
- Installation using [Chocolatey](https://chocolatey.org). [Install](https://chocolatey.org/install) Chocolatey first,
then run `choco install make`.
- It is available within [Cygwin](https://www.cygwin.com/).
- Use [WSL](https://learn.microsoft.com/en-us/windows/wsl/install).

### Setup

Clone all repos of drivers' packages:

Expand Down

0 comments on commit 6da0e5b

Please sign in to comment.