1

当前的AppJS项目不包含适用于 Windows 的 makefile。有没有人已经为 Windows 编译创建了一个 makefile?

如果我将“src”中的文件添加到 Visual Studio 中的一个空项目,我会丢失许多对 NodeJS 的引用,例如 node.h。

如果我可以得到一个 makefile 来使用 Mozilla 的 Build Setup(在 building.md 文件中推荐),或者一个 Visual Studio 项目会有所帮助。

4

1 回答 1

0

如果您查看 appjs 的 docs 目录(https://github.com/appjs/appjs/blob/master/docs/building.md),那么这里有一个关于如何使用 MozillaBuild 进行编译的简短描述。

我还添加了关于使用免费的 Microsoft Visual Studio C++ 2010 Express 在 Windows 上编译 appjs 的更详细描述:https ://github.com/sihorton/appjs/blob/master/docs/building.md 。

希望第二个链接可以为您提供足够的入门知识。

/西蒙

于 2013-05-20T09:28:08.720 回答