【问题标题】:Can I write a lighttpd plugin for windows?我可以为 Windows 编写一个 lighttpd 插件吗?
【发布时间】:2014-03-18 20:08:07
【问题描述】:

我想写一个lighttpd 插件,正如here 解释的那样。我在 Windows 上使用 lighty,预编译包来自here

看来要制作插件,我需要修改源代码并重新编译。问题是,Windows 项目不包含为 Windows 构建的源代码。它只包含最终的二进制文件。

这里有解决方案吗?或者我是否需要“重新发明轮子”并自己在 Windows 上编译原始轻量级源,如果我希望能够为其制作插件?

【问题讨论】:

    标签: windows plugins lighttpd


    【解决方案1】:
    在 Windows 中制作 lighttpd 插件, 您必须获得一个源代码,然后通过 cygwin 或 mingw 进行编译。 因为@WLMP 只为 Windows 的其他模块服务 lighttpd 二进制文件。
    1. Lighttpd 1.5 with mingw : 需要 svn(下载源码)、MinGW、CMake、FastCgi、OpenSSL。
    2. Cygwin Lighttpd with SSL : 一些与lighttpd v1.4.20 和Cygwin 相关的旧内容。
    不幸的是,最近没有用于 lighttpd 的 VC 构建环境。 但是基于参考 1&2,您可以构建自己的 lighttpd 插件。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多