Skip to content

Build Instructions for Windows are Wrong #30

@alficles

Description

@alficles

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions