Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/using_cmake_build.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ If you want to build CCExtractor with OCR you need to pass
cmake -DWITH_OCR=ON ../src/

If you want to build CCExtractor with Sharing and Translating service:
cmake -DWITH_SHARING ../src/
cmake -DWITH_SHARING=ON ../src/

If you want to build CCExtractor with HARDSUBX support
cmake -DWITH_OCR=ON ../src/
cmake -DWITH_HARDSUBX=ON ../src/

Hint for looking all the things you want to set from outside
cmake -LAH ../src/