From 7759bf0a7949271c8b81160b81c3a3d94e59f251 Mon Sep 17 00:00:00 2001 From: weishanshan1084 Date: Thu, 25 Apr 2024 15:26:34 +0800 Subject: [PATCH] README: support building qt5 on ubuntu20.04 and debian11 Signed-off-by: weishanshan1084 --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index de4f23ba..6e5d2e60 100644 --- a/README.md +++ b/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目录: