Skip to content

Engineering Tech Blog

Menu
Menu

CMake Config with Visual Studio on lighttpd

Posted on August 24, 2026 by aschenbach

I was trying to figure out how to compile source code of lighttpd on windows using CMake then compile it using VS-Studio 2022.

`cmake -G “Visual Studio 17 2022” -A x64 -S . -B build`

The problem is that the source code doesnt like compiling it with VS-Studio 2022, where there were 9 different errors received during compilation. According to the website, you can compile lighttpd source code using cygwin on windows platform. Will try to use CMake to generate CMake Config instructional file towards cygwin and try to compile it using cygwin instead.

Category: Blog, windows

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Recent Posts

  • WordPress 7.1 with themes
  • CMake Config with Visual Studio on lighttpd
  • Allowing doc and docx files to be uploaded to PHP server
  • FreeBSD in VMPlayer
  • GhostBSd on VmPlayer

Recent Comments

No comments to show.

Archives

  • August 2026
  • July 2026
  • June 2026
  • May 2026
  • April 2026
  • March 2026
  • February 2026
  • January 2026

Categories

  • Blog
  • chromebook
  • Code
  • linux
  • php
  • python
  • ruby
  • windows
  • wordpress
© 2026 Engineering Tech Blog | Powered by Minimalist Blog WordPress Theme