trapexit / bbf

bad block finder and repair tool
Other
117 stars 7 forks source link

Provide statically linked binaries #23

Open dragetd opened 4 years ago

dragetd commented 4 years ago

Maybe it would be helpful to have binaries under releases, this way the tool can be added more easily to some live-system etc.

What do you think?

trapexit commented 4 years ago

Sure. This has always been a side project that I should have put a bit more effort into. Let me take a look at fixing some of the outstanding things and cut a 1.0.0 and I'll put some static builds up for that.

dragetd commented 4 years ago

The issue could also maybe inspire someone else to take a spin at it. :) (e.g. me, tho I know me that I will never come around to do that xD)

bhzhu203 commented 2 years ago

export LDFLAGS=-static ; make @dragetd