michaelrsweet / htmldoc

HTML Conversion Software
https://www.msweet.org/htmldoc
GNU General Public License v2.0
206 stars 46 forks source link

Cannot open include file: 'png.h': No such file or directory #452

Closed mjanulaitis closed 2 years ago

mjanulaitis commented 2 years ago

I downloaded the latest build and did not see binaries for windows so I tried to open the htmldoc project in Visual Studio 2019 on Windows. The installer doesn't load but that doesn't matter because what's there to install? It's a standalone exe right? I tried to compile the htmldoc project and get the following error:

Cannot open include file: 'png.h': No such file or directory

michaelrsweet commented 2 years ago

You need the PNG library to build the Windows version. I'm still working on getting NuGet packages working with the Visual Studio projects.