Skip to content

Commit

Permalink
Update README.html
Browse files Browse the repository at this point in the history
Add a section how to link static deps into leptonica dll with cmake.
  • Loading branch information
egorpugin authored Aug 2, 2023
1 parent 62222a4 commit 1cfce33
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.html
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,9 @@ <h2> <A NAME="BUILDING">
* To make a static library:
cmake .. -DBUILD_SHARED_LIBS=OFF
make
* To make a dynamic library (default) and STATIC (or builtin) dependencies:
cmake .. -DSW_BUILD_SHARED_LIBS=0
make
* To build with debug:
cmake .. -DCMAKE_BUILD_TYPE=Debug
make
Expand Down

0 comments on commit 1cfce33

Please sign in to comment.