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

Run semantic-rs on Windows

Open schultyy opened this issue 7 years ago • 1 comments

Currently semantic-rs only runs and compiles on Linux and macOS. To address Windows users as well, it should be compilable there as well.

schultyy avatar Sep 16 '18 19:09 schultyy

Works. You need to install CMake from cmake.org as well as the Visual Studio 2017 Build Tools. There the components for C++ Desktop Development and Linux Build Tools have to be installed. The project compiles and runs fine.

mainrs avatar Feb 01 '20 10:02 mainrs