mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-15 21:23:10 +00:00
Correct typographical error (#984)
This commit is contained in:
committed by
Carlos Fernandez Sanz
parent
466b50bca6
commit
25a8b53ff5
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user