notes/RK3568/移远/系统环境配置(安装QT).md

16 lines
610 B
Markdown
Raw Permalink Normal View History

2024-04-29 22:22:30 +08:00
### 系统环境配置(安装QT)
2023-09-11 18:18:20 +08:00
```
apt-get install qt5-default qtcreator -y
2024-03-13 16:34:53 +08:00
apt --fix-broken install -y
dpkg -i --force-overwrite /var/cache/apt/archives/dbus-x11_1.12.16-2ubuntu2.3_arm64.deb
dpkg -i --force-overwrite /var/cache/apt/archives/wpasupplicant_2%3a2.9-1ubuntu4.3_arm64.deb
dpkg -i --force-overwrite /var/cache/apt/archives/bluez_5.53-0ubuntu3.7_arm64.deb
apt --fix-broken install -y
apt-get install qt5-default qtcreator -y
2023-10-18 17:00:19 +08:00
mv /var/lib/dpkg/info/ /var/lib/dpkg/info_old/
mkdir /var/lib/dpkg/info/
2023-09-11 18:18:20 +08:00
apt-get update
2024-01-22 18:24:59 +08:00
apt-get install qt5-default qtcreator -y
apt-get install qtmultimedia5-dev -y
2024-03-13 16:34:53 +08:00
```