22 down vote |
The page Qt for X11 Requirements lists some packages required to build Qt on Debian. The README mentioned in the error message also lists packages for Ubuntu and Fedora, so check one of those two places if the following dependencies don‘t help. Alternatively you could try the "-qt-xcb" flag as it suggests. According to the above page this just builds some libraries in instead of linking against the system libraries. Debian:
Ubuntu:
Fedora
|
fedora18 You might need to install dependency packages for libxcb.
时间: 2024-10-05 03:38:20
fedora18 You might need to install dependency packages for libxcb.的相关文章
How to install .bundle packages in Ubuntu?
I recently download a package with .bundle extension. it's VMware-Player-7.1.0-2496824.x86_64.bundle. I want to install vmware-player but when I open that, it opens with text editor. First be warned, installing files from outside of Ubuntu repository
Zabbix安装配置(3):Install from packages
1.配置zabbix的yum源. rpm -ivh http://repo.zabbix.com/zabbix/2.4/rhel/6/x86_64/zabbix-release-2.4-1.el6.noarch.rpm 2.安装相关软件包 yum install zabbix-server-mysql zabbix-web-mysql zabbix-agent zabbix-get mysql-server 3.配置数据库. shell> mysql -uroot -p<password>
[Tools] Install npm packages globally without sudo on macOS and Linux
1 . Create a directory for global packages mkdir "${HOME}/.npm-packages" 2. Tell npm where to store globally installed packages npm config set prefix "${HOME}/.npm-packages" 3. Ensure npm will find installed binaries and man pages Add
Ubuntu无法安装rpm包,ubuntu RPM should not be used directly install RPM packages, use Alien instead!
简单来说,Ubuntu的软件包格式是deb,如果要安装rpm的包,则要先用alien把rpm转换成deb. sudo apt-get install alien #alien默认没有安装,所以首先要安装它 sudo alien xxxx.rpm #将rpm转换位deb,完成后会生成一个同名的xxxx.deb sudo dpkg -i xxxx.deb #安装 注意,用alien转换的deb包并不能保证100%顺利安装,所以可以找到deb最好直接用deb 有时候,我们想要使用的软件并没有被包含到
linux下编译qt5.6.0静态库——configure配置
随笔 - 116 文章 - 4 评论 - 7 linux下编译qt5.6.0静态库--configure配置 linux下编译qt5.6.0静态库 linux下编译qt5.6.0静态库 configure生成makefile 安装选项 Configure选项 第三方库: 附加选项: QNX/Blackberry选项: Android 选项: 生成makefile 遇到链接检查失败的情况 生成makefile后进行编译 编译时的错误 多重定义'QT_MODBUS()'和'QT_MODBU
linux下编译qt5.6.0——configure配置
linux下编译qt5.6.0 首先下载源码包qt-everywhere-opensource-src-5.6.0.7z 然后解压 7z x -o/home/o/qt-src/qt-opensource-src-5.6.0 qt-everywhere-opensource-src-5.6.0.7z cd /home/o/qt-src/qt-opensource-src-5.6.0 我这里解压到/home/o/qt-src/qt-opensource-src-5.6.0中,解压后进入这个目录. c
linux上安装Qt4.8.6+QtCreator4.0.3
一.Qt简介 Qt是1991年奇趣科技开发的一个跨平台的C++图形用户界面应用程序框架.它提供给应用程序开发者建立艺术级的图形用户界面所需的所有功能.Qt很容易扩展,并且允许真正地组件编程. 准备工作 操作系统:centos6.5 位数:64位 二.安装 1.获取源码Qt4.8.6 http://download.qt.io/official_releases/qt/4.8/4.8.6/ 1 2.获取源码QtCreator4.0.3 http://download.qt.io/official_
Ubuntu下apt-get安装文件提示:apt-get -f install
问题: 在通过apt-get安装内存测试工具lmbench的时候,出现如下错误: apt-get install lmbench Reading package lists... Done Building dependency tree Reading state information... Done You might want to run 'apt-get -f install' to correct these: The following packages have unmet d
Managing Packages Using the Package Manager Console
转自:http://docs.nuget.org/consume/package-manager-console This topic describes how to find, install, remove, and update NuGet packages using PowerShell commands. You can also work with packages using the Manage NuGet Packages dialog box. For more info