From 21514457d4c2c04eecefc60933a6b5b69f2a9900 Mon Sep 17 00:00:00 2001
From: Egor Pugin <egor.pugin@gmail.com>
Date: Mon, 17 Jun 2019 18:53:36 +0300
Subject: [PATCH] Remove old and misguiding build steps on windows.

---
 INSTALL.GIT.md | 21 +--------------------
 1 file changed, 1 insertion(+), 20 deletions(-)

diff --git a/INSTALL.GIT.md b/INSTALL.GIT.md
index 9650cc1620..50c9807556 100644
--- a/INSTALL.GIT.md
+++ b/INSTALL.GIT.md
@@ -64,23 +64,4 @@ There is alternative build system based on multiplatform [cmake](https://cmake.o
 
 ## WINDOWS
 
-You need to use leptonica with cmake patch:
-
-    git clone https://github.com/DanBloomberg/leptonica.git
-    cd leptonica
-    mkdir build
-    cd build
-    cmake ..
-    cmake --build .
-    cd ..\..
-    git clone https://github.com/tesseract-ocr/tesseract.git
-    cd tesseract
-    mkdir build
-    cd build
-    cmake .. -DLeptonica_BUILD_DIR=\abs\path\to\leptonica\build
-    cmake --build .
-
-
-# WINDOWS Visual Studio
-
-Please read http://vorba.ch/2014/tesseract-3.03-vs2013.html
+See [Wiki](https://github.com/tesseract-ocr/tesseract/wiki) for more information on this.