What is a jamfile?

寵の児 提交于 2021-01-27 01:38:46

问题


I'm trying to use the boost_1_55_0 libraries and I keep coming across references to jamfiles.

What are jamfiles?

Why are there things like bjam and multiple versions of jamfiles?


回答1:


Jam is an open source make system built by Perforce.

Bjam is a boost variant of jam. One of the advantages of jam is that it is explicitly designed to be a platform independent build system, in contrast to other build systems such as make.



来源:https://stackoverflow.com/questions/22901555/what-is-a-jamfile

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!