when compiling QT on Ubuntu you need following packages at hand:
mesa, xorg, libglib2.0, openssl(you may install it indepently), libgtk2 and etc.
running following commands may get you those packages immediately.
apt-get install xorg-dev
apt-get install mesa-common-dev
apt-get install libgl1-mesa-dev (libgl-dev)
apt-get install libglu1-mesa-dev (libglu-dev)
apt-get install libglib2.0-dev
apt-get install libgtk2.0-dev
apt-get install libdbus-1-dev
apt-get install libdbus-glib-1-dev
OS: Ubuntu 9.10, Gnome.
分享到:
相关推荐
在Ubuntu系统上编译你的第一个Qt程序 1. Qt框架简介 Qt是一个免费、开源且跨平台的应用程序开发框架,支持桌面、嵌入式和移动设备。它支持多种操作系统,包括但不限于Linux、OS X、Windows、VxWorks、QNX、Android...
with Qt (http://qt.nokia.com/) framework. This project is still in very early stages. WinMerge 3 is LGPL licensed open source software. GPL license is included in file COPYING and LGPL license is in ...
How to setup Qt and openCV on Windows](https://wiki.qt.io/How_to_setup_Qt_and_openCV_on_Windows) * [blog.huihut . OpenCV使用CMake和MinGW的编译安装及其在Qt配置运行]...
在 Configure 界面,需要选择 Unix Makefiles 作为生成器,然后选择 Specify options for cross-compiling,选择 arm-linux 作为目标操作系统,选择/opt/EmbedSky/4.3.3/bin/arm-linux-gcc 作为 C 编译器,选择/opt/...
构建交叉编译环境 (Cross-compiling Environment) 接下来,eilian选择了`arm-2009q3.tar.bz2`作为交叉编译器工具包。该工具包包含了用于编译ARM架构下可执行文件的所有必要工具,包括但不限于gcc、g++、as、ld等。...
To build the GUI, you need Qt. When building the command line tool, PCRE is optional. It is used if you build with rules. There are multiple compilation choices: * qmake - cross platform build ...
**Cross-compiling environment**:交叉编译环境为arm-2009q3,这是一套针对ARM架构的编译工具链。 **Development board**:开发板型号为QT6410,这是一款基于ARM架构的开发平台,广泛用于嵌入式开发领域。 **...
在配置过程中,如果出现提示 "You have not explicitly asked to use pkg-config and are cross-compiling.pkg-config will not be used to automatically query cflag/lib parameters for Dependencies...",这意味...
我是电子设计师和 PCAD 用户。 我在 PCB 的丝印上放置徽标时遇到了问题。 在 Altium Designer 中,它也... 比如这里 https://stackoverflow.com/questions/33189348/compiling-qt-base-error-libqt5core-so-5-no-versio
- **集成开发环境(IDE)**:如Eclipse或Qt Creator,提供代码编辑、调试和项目管理等功能。 - **版本控制系统**:如Git,用于源码管理,协同开发。 - **构建系统**:如Makefile或CMake,自动化编译过程。 2. **...
printf("Error compiling filter: %s\n", pcap_geterr(handle)); return 1; } if (pcap_setfilter(handle, &filter) == -1) { printf("Error setting filter: %s\n", pcap_geterr(handle)); return 1; } ...
qtCrossCompileRpi3Buster 该脚本在Ubuntu 18.04.3LTS PC上为Rasberry Pi 3(Buster Lite)创建QT Creator交叉编译环境。 在运行此脚本之前,在Raspberry Pi上,您应该执行以下操作: 我们需要安装一些开发库,所以...
1. 条件编译(Conditionally compiling):通过预处理指令,比如#ifdef、#ifndef、#else、#endif,来控制特定平台下的代码编译,使得针对不同平台的代码能够被包含或排除。 2. 平台抽象层(Platform Abstraction ...
这里的一些库是: 线程促进CMake的原虫GLib GStreamer GnuTLS 的OpenSSL SQLite的快速傅立叶变换Qt 5 标签库色印谷歌测试他们所有的依赖。 与官方存储库的区别: 这里的大多数软件包都是最新版本最新的核心软件包...