Skip to content
Discussion options

You must be logged in to vote

You are probably missing the submodules which pull down some lerc headers you need. You can clone the osgearth repo like this:

git clone --recurse-submodules https://github.com/gwaldron/osgearth.git repo

Or if you already have the repo cloned you can do this to pull them down.

cd osgearth
git submodule update --init

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by gwaldron
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants