mtsc/README.md

34 lines
898 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
2024-08-18 19:01:16 +00:00
Following dependencies are required for these scripts and tools:
- bash
- coreutils
- make
- GRUB (please see matter-iso warning)
2024-08-18 19:01:16 +00:00
- gnupg
- fakeroot
- (GNU) tar
- [matt](https://git.matterlinux.xyz/Matter/matt)
After installing these dependencies, all the tools and scripts
can be copied to PATH with the make script:
```bash
2023-12-22 17:44:46 +00:00
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)