add build directions to doc
This commit is contained in:
parent
6c84e18ce8
commit
f858daff59
3 changed files with 18 additions and 4 deletions
14
README.md
14
README.md
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue