Skip to content

mateors/minierp

Repository files navigation

minierp

Project based learning, application development from scratch using golang.

Layout concept

How do we compile for different platform?

GOOS=windows GOARCH=amd64 CGO_ENABLED=1 CC=x86_64-w64-mingw32-gcc go build -ldflags -H=windowsgui

error_build

if it not work then use second method-

install this first ( ubuntu user)

sudo apt-get install -y *-w64-x86-*

then use this command for build for windows

GOOS=windows GOARCH=amd64 CGO_ENABLED=1 CC=x86_64-w64-mingw32-gcc CXX=x86_64-w64-mingw32-g++ go build -ldflags "-H windowsgui"

How to setup FYNE.io environment

About

Project based learning application development from scratch

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages