Skip to content

GrigoryKrasnochub/go-simple-chart-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-simple-chart-project

simple golang chart project
It's my university homework, which I decide to combine with code practice
It consist of some boring math operation and some go code(that more intresting for me and for humanity(LOL))

Program appearence

Programm appearence

Building for your platform from Windows OS

(this block in progress)
This block was written primarily for me, because I needed to have this information somewhere

Windows

Just set up in root directory https://www.msys2.org/ (necessary for fyne dependency)

After that clone repo to your and do (init params throw "set")
-with console
CC=x86_64-w64-mingw32-gcc CXX=x86_64-w64-mingw32-g++ CGO_ENABLED=1 GOOS=windows GOARCH=amd64 go build -v

-without console(thanks to pymq)
CC=x86_64-w64-mingw32-gcc CXX=x86_64-w64-mingw32-g++ CGO_ENABLED=1 GOOS=windows GOARCH=amd64 go build -ldflags "-H windowsgui"