Browse Source

README: support building qt5 on ubuntu20.04 and debian11

Signed-off-by: weishanshan1084 <weishanshan1084@phytium.com.cn>
pull/24/head
weishanshan1084 7 months ago
parent
commit
7759bf0a79
  1. 8
      README.md

8
README.md

@ -244,10 +244,14 @@ $ make
系统启动后,可以使用dpkg命令安装X100的deb包。
### 支持无桌面qt5 eglfs
支持将qt5 eglfs编译安装到无桌面的ubuntu/debian系统,用来运行在带x100的开发板上。
支持将qt5 eglfs编译安装到无桌面的ubuntu20.04和debian11系统,用来运行在带x100的开发板上。
如果需要编译qt5 eglfs请执行:
```
$ ./support/kconfig/merge_config.sh configs/phytium_xxx_defconfig configs/qt5_eglfs.config configs/x100.config
ubuntu20.04系统:
$ ./support/kconfig/merge_config.sh configs/phytium_ubuntu_defconfig configs/ubuntu_20.04.config configs/qt5_eglfs.config configs/x100.config
$ make
debian11系统:
$ ./support/kconfig/merge_config.sh configs/phytium_debian_defconfig configs/qt5_eglfs.config configs/x100.config
$ make
```
qt5相关的文件被安装到根文件系统的/usr目录:

Loading…
Cancel
Save