Skip to content

Conversation

@uddhavphatak
Copy link
Contributor

Without running git submodule update --init, the ./configure script fails with "WARNING: no configuration information is in ttf".


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".

@michaelrsweet michaelrsweet self-assigned this Jan 24, 2026
@michaelrsweet michaelrsweet added the documentation Improvements or additions to documentation label Jan 24, 2026
@michaelrsweet michaelrsweet added this to the v1.7 milestone Jan 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants