mirror of
https://github.com/mii443/MigawariDriver.git
synced 2025-08-22 16:05:33 +00:00
9 lines
155 B
Markdown
9 lines
155 B
Markdown
# Build
|
|
|
|
```sh
|
|
git clone --recursive https://github.com/mii443/MigawariDriver.git
|
|
cmake .
|
|
|
|
# Open the MigawariDriver.sln by VisualStudio and build it.
|
|
```
|