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

Update Top-level Manifest in README #66

Merged
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
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ The CHIP repository is structured as follows:

| File / Folder | Contents |
|----|----|
| `.default-version` | Default CHIP version if none is available via source code control tags, `.dist-version`, or `.local-version`.|
| `bootstrap` | GNU autotools bootstrap script for the CHIP build system. |
| `bootstrap-configure` | Convenience script that will bootstrap the CHIP build system, via `bootstrap`, and invoke `configure`.|
| `build/` | Build system support content |
| `BUILDING.md` | More detailed information on configuring and building CHIP for different targets |
| `CODE_OF_CONDUCT.md` | Code of Conduct for CHIP, and contributions to it |
Expand All @@ -32,9 +35,13 @@ The CHIP repository is structured as follows:
| `integrations/github/actions` | GitHub actions related to this project |
| `images/` | Images |
| `LICENSE` | CHIP License file (Apache 2.0) |
| `Makefile-Android` | Convenience makefile for building CHIP against Android.|
| `Makefile-iOS` | Convenience makefile for building CHIP against iOS.|
| `Makefile-Standalone` | Convenience makefile for building CHIP as a standalone package on desktop and server systems. |
| `README.md` | This file |
| `src/` | Implementation of CHIP|
| `tests/` | Tests for CHIP |
| `third_party/` | Third-party code used by CHIP.|
| `tools/` | Tools needed to work with the CHIP repo, as well as develop in the repository |

# Third Party Tools
Expand Down