Difference between revisions of "Template:FriendlyCoreRK3399QtDev/zh"

From FriendlyELEC WiKi
Jump to: navigation, search
(updated by API)
(updated by API)
Line 1: Line 1:
 
===开发Qt应用===
 
===开发Qt应用===
 
+
====Qt开发环境搭建====
 
需要为RK3399开发Qt应用,需要使用 Ubuntu 18.04 64位系统作为交叉编译平台,也可以使用 Docker 环境,
 
需要为RK3399开发Qt应用,需要使用 Ubuntu 18.04 64位系统作为交叉编译平台,也可以使用 Docker 环境,
 
* Docker环境可以参考: http://github.com/friendlyarm/friendlyelec-ubuntu18-docker
 
* Docker环境可以参考: http://github.com/friendlyarm/friendlyelec-ubuntu18-docker
 
* 本地交叉编译环境搭建请参考: [[How to Build and Install Qt Application for FriendlyELEC Boards/zh]]<br>
 
* 本地交叉编译环境搭建请参考: [[How to Build and Install Qt Application for FriendlyELEC Boards/zh]]<br>

Revision as of 03:19, 25 July 2018

1 开发Qt应用

1.1 Qt开发环境搭建

需要为RK3399开发Qt应用,需要使用 Ubuntu 18.04 64位系统作为交叉编译平台,也可以使用 Docker 环境,