From 9f1fd7a44d07c22da58da8f61ad4c08b04c8f1cf Mon Sep 17 00:00:00 2001 From: James South Date: Sat, 8 Nov 2014 20:10:42 +0000 Subject: [PATCH] Adding build readme to WebP plugin Former-commit-id: 0db0b497ec6f9c99fbd2ba3bddaa0afd5c565ccb Former-commit-id: bc9c441cef8f9a9d58a66d42f653a7587665ffe7 --- .../ImageProcessor.Plugins.WebP/README.md | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/Plugins/ImageProcessor/ImageProcessor.Plugins.WebP/README.md diff --git a/src/Plugins/ImageProcessor/ImageProcessor.Plugins.WebP/README.md b/src/Plugins/ImageProcessor/ImageProcessor.Plugins.WebP/README.md new file mode 100644 index 0000000000..864e04f8b8 --- /dev/null +++ b/src/Plugins/ImageProcessor/ImageProcessor.Plugins.WebP/README.md @@ -0,0 +1,23 @@ +#Build instructions for libwebp.dll + +Download libwebp source via git or through http download. + +In Start Menu, run Visual Studio Tools > Command Prompt. + +Change to the libwebp directory and run + + nmake /f Makefile.vc CFG=release-dynamic RTLIBCFG=dynamic OBJDIR=output + +Repeat with the +Visual Studio x64 Cross Tools Command Prompt + + +Copy to x86 and x64 directories from /output/ + +To verify p/invokes have not changed: + +Review the following history logs for changes since the last release: + +http://git.chromium.org/gitweb/?p=webm/libwebp.git;a=history;f=src/webp/types.h;hb=HEAD +http://git.chromium.org/gitweb/?p=webm/libwebp.git;a=history;f=src/webp/encode.h;hb=HEAD +http://git.chromium.org/gitweb/?p=webm/libwebp.git;a=history;f=src/webp/decode.h;hb=HEAD \ No newline at end of file