to me it means grab the precompiled executables rather than compiling your own from source.
so would a good way to look at be
Source code, it its uncompiled state, is not machine readable code. It's still in human readable form. Compiling this said code into a package that is in turn, machine readable, is in essence making the source code "binary" because machines can read 1010010101010
so would a good way to look at be
Source code, it its uncompiled state, is not machine readable code. It's still in human readable form. Compiling this said code into a package that is in turn, machine readable, is in essence making the source code "binary" because machines can read 1010010101010
