Y
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
icebraining
3567 days ago
There's a Makefile in the src directory, seems like you can run "make release" to compile from source.
link
pjmlp
3567 days ago
Do you also validate the whole source code, including running it through static analysis, before compiling it?
link