【问题标题】:Makefile for AppJSAppJS 的 Makefile
【发布时间】:2013-05-17 20:42:40
【问题描述】:

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

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

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

【问题讨论】:

    标签: appjs


    【解决方案1】:

    如果您查看 appjs (https://github.com/appjs/appjs/blob/master/docs/building.md) 的 docs 目录,则会有关于如何使用 MozillaBuild 进行编译的简短说明。

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

    希望第二个链接足以让您开始使用。

    /西蒙

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2013-04-15
      • 2016-09-23
      • 1970-01-01
      • 1970-01-01
      • 2016-02-10
      • 2012-09-21
      • 2015-10-08
      • 1970-01-01
      相关资源
      最近更新 更多