Correct typographical error (#984)

This commit is contained in:
Krushan Bauva
2018-05-31 22:16:00 +05:30
committed by Carlos Fernandez Sanz
parent 466b50bca6
commit 25a8b53ff5

View File

@@ -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/