-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
The build instructions for windows are incorrect, or perhaps there is something else wrong. In step 2, you say to use:
cmake --build . --config MinSizeRel --target webpgPlugin
But, for me, at least, devenv errored out, saying the solution was invalid. Changing the line to:
cmake --build . --config MinSizeRel --target webpg
... made it work. Also notable is the fact the output file is named "npwebpg-ext-v0.6.5-WINNT_x86-msvc.dll". However, when I dropped that file in my Extensions folder, I was able to install the extension and things appear to be working.
Of course, I probably wouldn't have built from source if the Windows binaries on the download page were working... :P
Metadata
Metadata
Assignees
Labels
No labels