From 65e56e5ad11bda3265c18272e550cae2bb0cc276 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Oroszi?= Date: Sat, 8 Dec 2018 01:09:11 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a4d7590..75a698e 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,9 @@ VFW encoder plugin for PlayClaw 6 ## Installation 1. Create a folder called "plugins" under C:\Program Files (x86)\PlayClaw 6\ 2. Copy the encoder-vfw.dll file to the plugins folder: C:\Program Files (x86)\PlayClaw 6\plugins\ + +## Compiling +Compilation requires the PlayClaw 6 SDK: https://github.com/CyberDemonLord/playclaw6-sdk +1. Copy the VFW encoder plugin source files into playclaw6-sdk\source code\plugins\encoder-vfw\ +2. Add the encoder-vfw.vcxproj file to the playclaw6-plugins.sln solution +3. Open the solution with Visual Studio 2015/2017, migrate/retarget as necessary then compile