semantic-rs
semantic-rs copied to clipboard
Test on Windows
We should build it on Windows
I tried to build it on Windows without success yet. These are the things I installed so far:
- MinGW 64
- GCC
- G++
- Openssl
- put bin directory in PATH
- CMake
- Curl
- Put
include
andbin
it in PATH
- Put
I used the Rust installer with MinGW ABI. I'm not sure if the MSVC version is suitable for our case because we depend on Make, OpenSSL and friends.