mirror of
https://github.com/brain-hackers/buildbrain
synced 2024-12-22 12:10:12 +09:00
Add APT dependencies
This commit is contained in:
parent
32f8ca5e40
commit
853a07f8e3
10
README.md
10
README.md
@ -11,6 +11,12 @@ This repository includes:
|
|||||||
Getting Started
|
Getting Started
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
|
1. Install dependencies.
|
||||||
|
|
||||||
|
```
|
||||||
|
$ sudo apt install build-essential libncurses5-dev gcc-arm-linux-gnueabi
|
||||||
|
```
|
||||||
|
|
||||||
1. Clone this repository with recursive clone enabled.
|
1. Clone this repository with recursive clone enabled.
|
||||||
|
|
||||||
```
|
```
|
||||||
@ -23,12 +29,12 @@ Getting Started
|
|||||||
$ git submodule update --init --recursive
|
$ git submodule update --init --recursive
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Then run `make setup` to prepare an build environment. Namely;
|
1. Then run `make setup` to prepare an build environment. Namely;
|
||||||
|
|
||||||
- Python 3 venv in `env`
|
- Python 3 venv in `env`
|
||||||
- r3build command in the env
|
- r3build command in the env
|
||||||
|
|
||||||
3. Install uuu.
|
1. Install uuu.
|
||||||
|
|
||||||
- Follow [the instruction](https://github.com/NXPmicro/mfgtools#linux) and build `uuu` executable.
|
- Follow [the instruction](https://github.com/NXPmicro/mfgtools#linux) and build `uuu` executable.
|
||||||
- Put `uuu` where the PATH executable points to.
|
- Put `uuu` where the PATH executable points to.
|
||||||
|
Loading…
Reference in New Issue
Block a user