首页 > 其他 > 详细

Binary Release vs Source Release 二进制发布版本 vs 源代码版本

时间:2020-02-29 17:06:41      阅读:105      评论:0      收藏:0      [点我收藏+]

A source release (源代码版本)will be compiled on your own machine while a binary release(二进制发布版本) must match your operating system.

source releases are more common on linux systems because linux systems can dramatically vary in cpu, installed library versions, kernelversions and nearly every linux system has a compiler installed.

binary releases are common on ms-windows systems. most windows machines do not have a compiler installed.

 

Other Answer:

1-Binary releases contain computer readable version of the application, meaning it is compiled. Source releases contain human readable version of the application, meaning it has to be compiled before it can be used.

2-The source release is the raw, uncompiled code. You could read it yourself. To use it, it must be compiled on your machine. Binary means the code was compiled into a machine language format that the computer can read, then execute. No human can understand the binary file unless its been dissected, or opened with some program that let‘s you read the executable as code.

Binary Release vs Source Release 二进制发布版本 vs 源代码版本

原文:https://www.cnblogs.com/frankcui/p/12383524.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!