Skip to content

Commit

Permalink
🐛 Use mingw instead of make for Windows
Browse files Browse the repository at this point in the history
CMake can more easily find mingw make vs normal make
  • Loading branch information
kammce committed Apr 2, 2024
1 parent f71f045 commit cf7972c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions mkdocs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ What you will need in order to get started with libhal.
- `python`: 3.10 or above
- `conan`: 2.2.0 or above
- `llvm`: 17
- `make`: (CMake is downloaded via conan and uses make to build)
- `git` (only needs to be installed on Windows)

=== "Ubuntu 20.04+"
Expand Down Expand Up @@ -101,6 +102,13 @@ What you will need in order to get started with libhal.
choco install git
```

Install mingw to get mingw-make for Windows CMake
(must be in admin powershell):

```powershell
choco install mingw
```

Install `python` (must be in admin powershell):

```powershell
Expand Down

0 comments on commit cf7972c

Please sign in to comment.