Hacker News new | ask | show | jobs
by pmoriarty 3567 days ago
Is there any way to force the installer to compile from source rather than downloading a binary?

I'm a little wary of precompiled binaries.

2 comments

There's a Makefile in the src directory, seems like you can run "make release" to compile from source.
Do you also validate the whole source code, including running it through static analysis, before compiling it?