Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
miyako committed Apr 12, 2022
1 parent b316ecd commit 5a624fb
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,18 @@ To build Xpdf without Qt dependency, open ``cmake-config.txt`` and remove the bl
### Syntax

[miyako.github.io](https://miyako.github.io/2020/04/19/4d-plugin-xpdf.html)

### to add fontconfig

in CMake, set `CMAKE_EXE_LINKER_FLAGS`

```
"-lfontconfig -L{LIBRARY_SEARCH_PATH}"
```

in *aconf.c*, set

```
#define HAVE_FREETYPE_H 1
```

0 comments on commit 5a624fb

Please sign in to comment.