Skip to content

Commit

Permalink
Add note about adding make to PATH on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
tobil4sk committed Jan 29, 2025
1 parent b2e77bc commit 8408179
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions extra/BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ opam install haxe --deps-only

## Compile

On Windows, cygwin's make must be available in PATH. To do this, run:

```pwsh
$env:PATH="$(opam env -- cygpath -w /bin);$env:PATH"
```

In the checked out Haxe source directory,
```sh
# On Unix
Expand Down

0 comments on commit 8408179

Please sign in to comment.