Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rewrite2 #19

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ In the directory containing `parse.go`, run :

go build

For debugging you can test

go build -ldflags="-H windowsgui

NOTE: To have the cmd window, you need to comment the `hideConsole()` line in parse.go, and then build normally

##### Cross compiling for 32-bit
Expand Down
Loading