我有这个错误
configure: error: GNU make is required!
我无法改变成/usr/ports/devel/gmake/
$ cd /usr/ports/devel/gmake/
cd: /usr/ports/devel/gmake/: No such file or directory
如何在 FreeBSD 10 上安装 GNU make?
答案1
pkg install gmake
另外,如果您希望能够从源安装 ports,则必须安装 ports 树。
答案2
您没有安装 ports 树
运行portsnap fetch extract
这将下载并安装 ports 树。
将来,您可以运行:portsnap fetch update
这将更新 ports 树并为您提供更新版本的 gmake
您还可以从软件包系统安装预编译的 gmake:
pkg install devel/gmake