semantic-rs icon indicating copy to clipboard operation
semantic-rs copied to clipboard

Test on Windows

Open badboy opened this issue 8 years ago • 1 comments

We should build it on Windows

badboy avatar Jan 30 '16 17:01 badboy

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 and bin it in PATH

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.

schultyy avatar Apr 30 '16 17:04 schultyy