- Lighttpd
- Andre Bogus
- 170字
- 2021-08-25 18:06:19
Building Lighttpd using CMake
Starting with 1.5.0, the Lighttpd developers tried using CMake instead of Autotools to speed up the build process. However, it was apparently removed in the development snapshots, for which Autotools are used. If we come across a version with a CMakeLists.txt
file, we can build it using CMake.
CMake can be run with the -i
option to start it in the wizard mode so that we are queried on all options. This is probably the easiest way of setting up Lighttpd, but depending on how many installations we have we might want to do a command-line install. In this case, cmake -L
gives us a list of options, which we can supply via the -D
switch, as in:
cmake -DWITH_OPENSSL:BOOL=OFF -DCMAKE_INSTALL_PREFIX:PATH=/home/lighty
推薦閱讀
- CorelDRAW X6圖形設(shè)計立體化教程
- ERP沙盤模擬教程
- Illustrator CS6核心應(yīng)用案例教程(全彩慕課版)
- PPT設(shè)計實用教程
- SolidWorks 2008機械設(shè)計一冊通
- Photoshop 平面廣告設(shè)計從入門到精通
- 中文版CorelDRAW X8基礎(chǔ)培訓(xùn)教程(全彩版)
- SPSS統(tǒng)計分析從基礎(chǔ)到實踐
- 邊做邊學(xué):Photoshop CS6數(shù)碼藝術(shù)照片后期處理教程
- 神奇的中文版Photoshop CC 2017入門書
- Adobe創(chuàng)意大學(xué)InDesign產(chǎn)品專家認(rèn)證標(biāo)準(zhǔn)教材(CS6修訂版)
- 零基礎(chǔ)攝影后期修圖 Photoshop照片處理輕松入門
- 從零開始:Indesign CC 2019設(shè)計基礎(chǔ)+商業(yè)設(shè)計實戰(zhàn)
- 深入淺出WebAssembly
- 構(gòu)筑敏捷的開發(fā)團隊:微軟Visual Studio 2010實戰(zhàn)兵法