Skip to content

Commit dca8e61

Browse files
committed
docs: Add the missing development environment requirements
Some of the newly added dependencies are missing in the development environment requirements document. Hence, adding these new dependencies. Signed-off-by: Ahmed Ismail <[email protected]>
1 parent d276310 commit dca8e61

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/development_environment/linux_dev_env.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
```bash
3636
sudo apt install python3-pip -y
37-
python3 -m pip install ninja imgtool cffi intelhex cbor2 jinja2 PyYaml pyelftools click pyhsslms cbor cmake setuptools wheel
37+
python3 -m pip install ninja imgtool cffi intelhex cbor2 jinja2 PyYaml pyelftools click pyhsslms cbor cmake setuptools wheel clang==14.0 rich
3838
```
3939

4040
**NOTE**: The virtual environment can be deactivated when not needed anymore
@@ -46,8 +46,8 @@
4646
* Installing required libraries
4747

4848
```bash
49-
sudo apt install srecord
50-
sudo apt install binutils
49+
sudo apt install srecord binutils libsndfile1-dev libclang-14-dev
50+
echo LD_LIBRARY_PATH=\"/usr/lib/llvm-14/lib:\$LD_LIBRARY_PATH\" >> ~/.bashrc
5151
```
5252
* Installing a toolchain
5353

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
github-ci: Add DCO sign-off enforcement workflow
22
docs: Redirect TF-M links to Read the Docs URLs
3+
docs: Add the missing development environment requirements

0 commit comments

Comments
 (0)