在Ubuntu Linux Desktop上构建Silabs-EFR32的matter开发环境
准备工作
- 安装Ubuntu Desktop 22.04.1 LTS虚拟机
- 或安装Ubuntu Desktop 22.04.1 LTS的电脑
- 下载Ubuntu, 地址:https://cn.ubuntu.com/download/desktop
- 电脑安装Ubuntu参考:https://ubuntu.com/tutorials/install-ubuntu-desktop#1-overview
- 虚拟机安装Ubuntu参考:https://ubuntu.com/tutorials/how-to-run-ubuntu-desktop-on-a-virtual-machine-using-virtualbox#1-overview
matter开发环境搭建
1. 安装软件依赖项目
sudo apt install -y git vim gcc g++ python-is-python3 python3 python3-venv python3-pip \
unzip avahi-daemon libavahi-client-dev libssl-dev libglib2.0-dev