From 9f2ebd4169044909285878682bf3290e2ccda23c Mon Sep 17 00:00:00 2001 From: Akash Mozumdar Date: Wed, 13 Feb 2019 18:36:34 -0500 Subject: [PATCH] fixed abi allows release/debug to mix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e66d94f..0eaa479 100644 --- a/README.md +++ b/README.md @@ -17,4 +17,4 @@ After the sentence has been processed by all extensions, it will be displayed. # Notes You just need Visual Studio with basic C++ support to compile this project.
-Compile using Release configuration unless you built Textractor from source yourself using a Debug configuration. Compile targeting x86 for Textractor and x64 for Textractor64. +Compile targeting x86 for Textractor and x64 for Textractor64.