commit | e812e6743b7f6df0d812d96783b71ae2f68e9de0 | [log] [tgz] |
---|---|---|
author | Rob Walker <robert_g_walker@apple.com> | Tue Mar 31 17:51:57 2020 -0700 |
committer | Rob Walker <robert_g_walker@apple.com> | Tue Mar 31 18:40:47 2020 -0700 |
tree | 64de3121ee093a7bb028160a3e8591f7002057e7 | |
parent | 0c3b3405f7fc6f3417840067277b1e6c87858226 [diff] |
fix copyrights
All documentation is inside of the docs section
Additional build information can also be found in BUILDING.md.
There are numerous avenues for CHIP support:
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 and build output directories |
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 |
CONTRIBUTING.md | Guidelines for contributing to CHIP |
CONTRIBUTORS.md | Contributors to CHIP |
docs/ | Documentation |
integrations/ | Third party integrations related to this project |
integrations/github/ | GitHub integrations related to this project |
integrations/github/actions | GitHub actions related to this project |
integrations/docker/ | Docker scripts and Dockerfiles |
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 |
Some tools and utilities are dependent on third party tools, such as Docker.
Docker is an excellent way to have stable build environments that don't pollute the host OS. It is also much easier to maintain stability across multiple host environments. Install stable version of Docker Desktop relevant to your native OS (MacOS or Windows). Once installed, you can run docker commands from the shell/terminal.
We would love for you to contribute to CHIP and help make it even better than it is today! See the CONTRIBUTING.md file for more information.
CHIP is released under the Apache 2.0 license Please read more details therein