Skip to content

Commit

Permalink
Update README.md with reference to DYLD for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
scarlehoff authored Jan 22, 2024
1 parent 765cb72 commit 3f86438
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion capi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ pkg-config pdfflow --cflags
pkg-config pdfflow --libs
```

If you installed to a non-standard location, you need to set up the `PKG_CONFIG_PATH` and `LD_LIBRARY_PATH`, e.g.:
If you installed to a non-standard location, you need to set up the `PKG_CONFIG_PATH` and `LD_LIBRARY_PATH`, e.g., for a `VIRTUAL_ENV`:
```bash
export PKG_CONFIG_PATH=${VIRTUAL_ENV}/lib/pkgconfig/:${PKG_CONFIG_PATH}:
export LD_LIBRARY_PATH=${VIRTUAL_ENV}/lib/:${LD_LIBRARY_PATH}:
export DYLD_LIBRARY_PATH=${VIRTUAL_ENV}/lib:${DYLD_LIBRARY_PATH}Ñ
```


Expand Down

0 comments on commit 3f86438

Please sign in to comment.