Add APT dependencies

This commit is contained in:
Takumi Sueda 2020-09-28 01:04:07 +09:00
parent 32f8ca5e40
commit 853a07f8e3

View File

@ -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.