mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-07-21 11:36:15 +08:00
Updated Compiling (markdown)
parent
8bdd5841c6
commit
7b22b6ed5d
14
Compiling.md
14
Compiling.md
@ -256,6 +256,20 @@ You'll see a solution link appeared in the root directory of Tesseract.
|
|||||||
|
|
||||||
## Building for x64 platform
|
## 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:
|
If you're building with cppan+cmake, run cmake as follows:
|
||||||
```
|
```
|
||||||
mkdir win64 && cd win64
|
mkdir win64 && cd win64
|
||||||
|
Loading…
Reference in New Issue
Block a user