A few more missing build steps.
This commit is contained in:
parent
5cebba1637
commit
2c63214c7d
1 changed files with 8 additions and 1 deletions
|
@ -36,6 +36,7 @@ apt-get install -y \
|
||||||
gcc-multilib \
|
gcc-multilib \
|
||||||
libtool \
|
libtool \
|
||||||
make \
|
make \
|
||||||
|
ninja-build \
|
||||||
cmake \
|
cmake \
|
||||||
python3-dev \
|
python3-dev \
|
||||||
python3-pip \
|
python3-pip \
|
||||||
|
@ -115,6 +116,12 @@ west update
|
||||||
west zephyr-export
|
west zephyr-export
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### Install Zephyr Python Dependencies
|
||||||
|
|
||||||
|
```bash
|
||||||
|
pip3 install --user -r zephyr/scripts/requirements.txt
|
||||||
|
```
|
||||||
|
|
||||||
### Environment Variables
|
### Environment Variables
|
||||||
|
|
||||||
By default, the Zephyr™ SDK will create a file named `~/.zephyrrc` with the correct environment variables to build ZMK.
|
By default, the Zephyr™ SDK will create a file named `~/.zephyrrc` with the correct environment variables to build ZMK.
|
||||||
|
@ -131,7 +138,7 @@ source zmk/zephyr/zephyr-env.sh
|
||||||
#### All Shells
|
#### All Shells
|
||||||
|
|
||||||
To load the environment variables for your shell every time,
|
To load the environment variables for your shell every time,
|
||||||
append the existing `~/.zephyrrc` file to your shell's RC file, e.g.
|
append the existing `~/.zephyrrc` file to your shell's RC file and then start a new shell.
|
||||||
|
|
||||||
##### Bash
|
##### Bash
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue