Skip to content

Commit

Permalink
Merge branch 'release/Leptonica_1.7.1_(tesseract_3.04)'
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesw committed Feb 14, 2015
2 parents a024dca + e1c57de commit 96d7d70
Show file tree
Hide file tree
Showing 2 changed files with 246 additions and 8,400 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ The build libraries and headers will be copied to ``~\release`` when done.

### Building tesseract

1. Get the tesseract source from [SVN](https://code.google.com/p/tesseract-ocr/source/checkout). For example checkout trunk to ``C:\tesseract-build\tesseract``.
2. Apply the ``vs2013+64bit_support.patch`` to the tesseract source (this creates a new VS 2013 proj located at ``~/vs2013``).
3. Copy the previously built dependencies to ``C:\tesseract-build\``
**Note:** The following assumes that your working directory is ``C:\tesseract-build\``, however this can be wherever you want.

1. Checkout the tesseract source from [GIT Repo](https://code.google.com/p/tesseract-ocr/source/checkout) into ``C:\tesseract-build\tesseract``.
2. Apply the ``vs2013+64bit_support.patch`` to the tesseract source (this creates a new VS 2013 solution located at ``C:\tesseract-build\tesseract\vs2013\tesseract.sln``).
3. Copy the previously built dependencies to the parent directory (e.g. ``C:\tesseract-build\``)
4. Open the ``C:\tesseract-build\tesseract\vs2013\tesseract.sln`` solution in VS 2013 and build your desired configuration.

## License
Expand Down
Loading

0 comments on commit 96d7d70

Please sign in to comment.