Skip to content

Commit

Permalink
Add note about luv workaround on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
tobil4sk committed Jan 30, 2025
1 parent c225607 commit f68933d
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 @@ -53,6 +53,12 @@ To install the native libraries, use the appropriate system package manager.
* Download the [Neko binaries](https://nekovm.org/download/), and add the extracted directory to the beginning of PATH.
* Install the [Chocolatey Neko package](https://chocolatey.org/packages/neko).
On Windows, add the following PATH entry prior to installing libraries:
```pwsh
$env:PATH="$(opam exec -- cygpath -w /usr/x86_64-w64-mingw32/bin);$env:PATH"
```

To install the OCaml libraries, use OPAM as follows:

```sh
Expand Down

0 comments on commit f68933d

Please sign in to comment.