mirror of
https://github.com/netchx/netch.git
synced 2026-04-13 20:53:22 +08:00
13 lines
177 B
Markdown
13 lines
177 B
Markdown
# How to build
|
|
## Requirements
|
|
- Go
|
|
- MinGW-w64
|
|
- Visual Studio 2019
|
|
|
|
## Build
|
|
Open your "Developer PowerShell for VS ****" and enter
|
|
|
|
```powershell
|
|
.\build.ps1
|
|
```
|