Skip to content

Update building.md #629

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Update building.md #629

wants to merge 2 commits into from

Conversation

bdmstyle
Copy link

@bdmstyle bdmstyle commented Jul 3, 2025

add missing pull lfs objects to avoid broke the build

git lfs fetch --all && git lfs pull && git submodule foreach --recursive 'git lfs fetch --all && git lfs pull'

sugested by crawfxrd on issue and Andrew Lane by email

it solved #617

add missing pull lfs objects to avoid broke the build

git lfs fetch --all && git lfs pull && git submodule foreach --recursive 'git lfs fetch --all && git lfs pull'
@crawfxrd
Copy link
Member

crawfxrd commented Jul 3, 2025

If git-lfs is already installed then LFS objects should be pulled automatically when cloning.

@bdmstyle
Copy link
Author

bdmstyle commented Jul 8, 2025

I update the doc to reflect this information

@crawfxrd
Copy link
Member

crawfxrd commented Jul 9, 2025

It would be better to put the note after the block of running the deps scripts, since if it's not installed before running the clone, then that will be what installs it.

The fetch --all should not be required. pull will do both a fetch and checkout.

@@ -1,11 +1,17 @@
# Building

After cloning the repo, ensure all submodules are cloned.
After cloning the repo ensure all submodules are cloned.
Copy link
Member

Choose a reason for hiding this comment

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

Please add this comma back. Removing it makes the grammar incorrect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants