update: add depends to README
This commit is contained in:
parent
e753a86325
commit
4c73a7a217
18
README.md
18
README.md
@ -4,9 +4,21 @@ for general MatterLinux installation, configuration and
|
|||||||
build process.
|
build process.
|
||||||
|
|
||||||
### Installation
|
### Installation
|
||||||
All the tools and scripts can be copied to PATH with
|
Following dependencies are required for these scripts and tools:
|
||||||
the make script:
|
|
||||||
```
|
- bash
|
||||||
|
- coreutils
|
||||||
|
- gcc
|
||||||
|
- make
|
||||||
|
- GRUB
|
||||||
|
- 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
|
||||||
make install
|
make install
|
||||||
```
|
```
|
||||||
You can also install the mtsc package from the base package
|
You can also install the mtsc package from the base package
|
||||||
|
Loading…
Reference in New Issue
Block a user