Skip to content

Commit 4c83249

Browse files
Merge pull request #9 from NativeScript/mivanova/setup
setup
2 parents 7272b4b + ba80ac6 commit 4c83249

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

SETUP.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,18 @@
11
# Setup
22

3+
## Install Xcode Build Tool
4+
5+
```bash
6+
xcode-select --install
7+
```
8+
39
## Install Tesseract
410

511
In order to get OCR features working you need to install `tesseract`.
612

713
**macOS**
814
```bash
9-
brew install tesseract --all-languages
15+
brew install tesseract --with-all-languages
1016
```
1117

1218
**Linux**
@@ -38,5 +44,4 @@ System Preferences -> Security & Privacy -> Privacy -> Accessibility ->
3844
- Add Terminal to list of apps allowed to control your computer (to be able to run tests via Terminal)
3945
- Add PyCharm to list of apps allowed to control your computer (to be able to run tests via IDE)
4046
```
41-
Note that if your Jenkins instance is started via some other executable it should be also added in the list.
42-
47+
Note that if your Jenkins instance is started via some other executable it should be also added in the list.

0 commit comments

Comments
 (0)