Build from sources
Build FLibGoLite executable from sources
If you have any security doubts about prebuilt executables or there is no suitable one for your hardware and OS you may easily build it yourself.
To build an executable install Go , Git , clone FLibGoLite repository and run
go build ./cmd/flibgolite
It’s better to build it on the host the service will run. You will get executable right for the host OS and hardware.
For crosscompile install GNU make
and run it with Makefile