From 7b22b6ed5dec5d7c09a5935c20d304a51c490cab Mon Sep 17 00:00:00 2001 From: Egor Pugin Date: Wed, 30 Oct 2019 21:45:06 +0300 Subject: [PATCH] Updated Compiling (markdown) --- Compiling.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/Compiling.md b/Compiling.md index 3bfb03e..22058b1 100644 --- a/Compiling.md +++ b/Compiling.md @@ -256,6 +256,20 @@ You'll see a solution link appeared in the root directory of Tesseract. ## Building for x64 platform +#### sw + +If you're building with sw+cmake, run cmake as follows: +``` +mkdir win64 && cd win64 +cmake .. -G "Visual Studio 14 2015 Win64" +``` + +If you're building with sw run `sw generate`, it will create a solution link for you (not yet implemented!). + + + +#### cppan + If you're building with cppan+cmake, run cmake as follows: ``` mkdir win64 && cd win64