add build directions to doc

This commit is contained in:
grngxd 2025-06-16 23:57:10 +01:00
parent 6c84e18ce8
commit f858daff59
3 changed files with 18 additions and 4 deletions

View file

@ -49,6 +49,20 @@ func main() {
}
```
## Building
### Windows
Windows users should use the `-ldflags='-H windowsgui'` flag to avoid showing a console window when running the app.
```
go build -ldflags='-H windowsgui' ./example
```
### *nix
```
go build ./example
```
## Contributing & Development
```
git clone ssh://git@git.iwakura.rip:6969/grng/tiramisu.git