Skip to content
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

[doc] Improve BUILDING.md per #143. #178

Merged
merged 1 commit into from
Mar 31, 2020

Conversation

turon
Copy link
Contributor

@turon turon commented Mar 31, 2020

Problem

Improves BUILDING.md instructions per #143.

Summary of Changes

Provide better guidance for various development tasks:

  • how to build the entire source
  • how to build a specific set of sub-folders / modules
  • run & debug unit tests
  • run and analyze code coverage results [not added yet -- Add code coverage reports #174 ]
  • run formatting checks, etc.

fixes #143

@turon turon force-pushed the pr/143/build-doc-improvement branch from 5bf527d to 0bedb20 Compare March 31, 2020 21:16
Copy link

@hawk248 hawk248 left a comment

Choose a reason for hiding this comment

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

good stuff

BUILDING.md Outdated Show resolved Hide resolved
BUILDING.md Outdated Show resolved Hide resolved
@turon turon force-pushed the pr/143/build-doc-improvement branch from 9dd123a to 8c04640 Compare March 31, 2020 22:32
@turon turon force-pushed the pr/143/build-doc-improvement branch from 8c04640 to d803a5a Compare March 31, 2020 22:35
@turon turon requested a review from gerickson March 31, 2020 22:36
# To clean all intermediate build files from the tree
git clean -fdx
```

### Build iOS

Install XCode and XQuarz.
Copy link
Contributor

Choose a reason for hiding this comment

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

XQuartz

@woody-apple woody-apple merged commit 0203b67 into project-chip:master Mar 31, 2020
@turon turon deleted the pr/143/build-doc-improvement branch April 17, 2020 22:47
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.

Improve BUILDING.md instructions on how to use autotools.
4 participants