Skip to content

Commit a2057ce

Browse files
authored
Improve README for Windows users
As discussed in elixir-sqlite#226
1 parent d1f7176 commit a2057ce

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,12 @@ behind this is that maintaining each sqlite's connection command pool is
177177
complicated and error prone.
178178
179179
180+
# Compiling NIF for Windows
181+
When compiling on Windows, you will need the [Build Tools](https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2022) or equivalent toolchain. Please make sure you have the correct environment variables, including path to compiler and linker and architecture that matches `erl.exe` (likely x64).
182+
183+
You may also need to invoke `vcvarsall.bat amd64` _before_ running `mix`.
184+
185+
180186
## Contributing
181187
182188
Feel free to check the project out and submit pull requests.

0 commit comments

Comments
 (0)