gpt4 book ai didi

macos - 在 Mac OS X 上使用 GYP 生成 Makefile?

转载 作者:行者123 更新时间:2023-12-05 00:32:40 31 4
gpt4 key购买 nike

我需要做什么才能让 GYP 为 Mac OS X 生成典型的类 Unix 生成文件堆栈?

我目前使用以下配置文件生成 XCode 构建项目:

{
"targets": [
{
"target_name": "hello",
'type': 'executable',
"sources": [ "hello.cc" ]
}
]
}

然后在 CLI 中运行以下命令:
gyp --depth binding.gyp
这将生成一个目录: binding.xcodeproj其中包含 XCode 项目。

我宁愿希望您为 OSX 构建标准的类 Unix 版本。另外,我想将此项目导入到 Windows,我想使用 MS 编译器。

最佳答案

找到了答案。很简单,真的。感谢TooTallNate。我按照最初的方式遇到了错误。你明确地这样做:
gyp --depth=./ binding.gyp --format=make

关于macos - 在 Mac OS X 上使用 GYP 生成 Makefile?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13126330/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com