mtsc/README.md

23 lines
644 B
Markdown
Raw Normal View History

2024-08-11 14:45:54 +00:00
# mtsc | MatterLinux tools and scripts collection
This repository contains different tools and scripts
for general MatterLinux installation, configuration and
build process.
2023-12-22 17:44:46 +00:00
### Installation
All the tools and scripts can be copied to PATH with
the make script:
```
make install
```
2024-08-11 14:45:54 +00:00
You can also install the mtsc package from the base package
pool.
2023-12-22 17:44:46 +00:00
### Usage
All tools/scripts contains usage information in README files:
2024-08-11 14:45:54 +00:00
- [mtsc-common](mtsc-common/README.md)
2023-12-22 17:44:46 +00:00
- [matter-chroot](matter-chroot/README.md)
- [matter-base](matter-base/README.md)
- [matter-iso](matter-iso/README.md)
2024-08-11 14:45:54 +00:00
- [mp-build](mp-build/README.md)
- [mp-pool](mp-pool/README.md)