簡體   English   中英

我可以為Windows編寫lighttpd插件嗎?

[英]Can I write a lighttpd plugin for windows?

我想編寫一個lighttpd的插件,如解釋在這里 我將lighty用於Windows,並從此處下載了預編譯的軟件包。

看來要制作一個插件,我需要修改源代碼並輕輕地重新編譯。 問題是,Windows項目不包含要為Windows構建的源代碼。 它僅包含最終的二進制文件。

這里有解決方案嗎? 或者,如果我想為其創建插件,我是否需要“重新發明輪子”並自己在Windows上編譯原始的輕量級源代碼?

For making a lighttpd plugin in Windows, 
You have to get a source and then compile through cygwin or mingw.
Because @WLMP only service lighttpd binary file with other modules for windows.
  1. 帶有mingw的Lighttpd 1.5 :需要svn(下載源),MinGW,CMake,FastCgi,OpenSSL。
  2. 帶有SSL的Cygwin Lighttpd :與lighttpd v1.4.20和Cygwin相關的一些舊內容。
Unfortunately there is no VC build environment for lighttpd lately.
But based on reference 1&2, You can build your own lighttpd plugin.

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM