My notes from a fresh install of Windows 10: 1. Do step 3 of [these instructions](https://github.com/EEVengers/ts_litex_driver_win/issues/9) to install Visual Studio 2022 2. Install `Git for Windows` 3. Clone the repository, and create a `build` directory 3. Open `Developer Command Prompt for VS 2022` (on Start Menu), change directory to the repository, and run the build commands: ``` cd build cmake .. cmake --build . --config Release ``` 4. Build output at `build\artifacts\libtslitex`