Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ information on using PDFio.
Installing PDFio
----------------

If you cloned this repository from GitHub, you must initialize the submodules before building:

git submodule update --init --recursive
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You don't need --recursive since the TTF submodule has no submodules of its own. And you only need it if the TTF library isn't already installed...

Alternately you can use the --recurse-submodules option with "git clone".


PDFio uses a configure script on Unix systems to generate a makefile:

./configure
Expand Down
Loading