问题描述
我已经看到的话二和来源释放许多网站下载部分。他们真正的意思吗?我已经在下载页面看到了这一点。我的问题是,他们如何不同?都倾向于安装Groovy!但什么主要区别?
i have been seeing the words binary and source release in many websites download sections. What they actually mean? And i have seen this in Groovy download page. My question is how they differ? Both tend to install groovy! But whats the main difference?
推荐答案
一个源版本将在自己的机器上编译而二进制版本必须与操作系统相匹配。
A source release will be compiled on your own machine while a binary release must match your operating system.
源代码版本是在Linux系统上更为常见,因为Linux系统可以在CPU相差很大,装库版本,kernelversions几乎每个Linux系统安装了编译器。
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.
二进制发行版是在MS-Windows系统中常见的。大多数Windows机器上没有安装编译器。
binary releases are common on ms-windows systems. most windows machines do not have a compiler installed.
这篇关于二进制版本和源代码版本之间的区别?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!