Skip to content

Commit

Permalink
Add instruction to set PKG_CONFIG_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
wuhaochen committed Jul 16, 2018
1 parent c11a31a commit dfeaa6c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Compiling.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,11 @@ make
make install
```

In some system, you might also need to specify the path to the `pkg-config` before running the `configure` script:

```
export PKG_CONFIG_PATH=$HOME/local/lib/pkgconfig
```

## Video representation of the Compiling process for Tesseract 4.0 and Leptonica 1.7.4 on Ubuntu 16.xx

Expand Down

0 comments on commit dfeaa6c

Please sign in to comment.