makefile – 如何在mac终端中查看GNU make的版本?
发布时间:2020-12-16 03:38:59 所属栏目:百科 来源:网络整理
导读:标题说明了一切.我用Google搜索但只找到了使用rpm的方法,这些方法没有安装在我的mac上. 解决方法 最简单的方法是运行make –version.例如,在我的机器上输出: mureinik@computer ~$make --version GNU Make 4.0Built for x86_64-redhat-linux-gnuCopyright (
标题说明了一切.我用Google搜索但只找到了使用rpm的方法,这些方法没有安装在我的mac上.
解决方法
最简单的方法是运行make –version.例如,在我的机器上输出:
mureinik@computer ~$make --version GNU Make 4.0 Built for x86_64-redhat-linux-gnu Copyright (C) 1988-2013 Free Software Foundation,Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY,to the extent permitted by law. (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |