qt/x11: 1、先安装nas软件,只有安装nas才能使qt的声音类QSound发挥作用。在这里需要注意在编译qt应用程序前,必须启动nas; nas启动过程如下: nasd -aa & export AUDIOSERVER=”`hostname`:0” auinfo 2、cd qt-x11-opensource-src-4.2.1,然后编译:./configure -system-nas-sound && make && make install && echo ok 3、打开bashrc,然后输入: export PATH=/usr/local/Trolltech/qt-4.2.1/bin:$PATH export LD_LIBRARY_PATH=...
by lbing - Linux文档专区 - 2011-11-14 10:47:59 阅读(2458) 回复(1)
About qx11grab is a systray program that uses FFmpeg for recording x11 desktop windows. this program grab window dimensions with xevent and prepare the command line for ffmpeg with configuration options. it sends the generated parameter list to a new FFmpeg process. qx11grab is not the recording software it prepare all commands for FFmpeg . ...
刚丛trolltech的网站上下的qt4.1.4 for x11版本,./configure运行正常,在编译的时候提示Qapplication.o出错,缺少X*.h等文件,在网上查了说是我的debian系统缺少一个libxorg-x11-devel或与之等价的东西.我不知道怎么装啊,请高手指教
1、解压文件在/usr/local/下 #tar zxvf qt-x11-free-3.3.8b.tar.gz -C /usr/local 更改文件夹名称为qt #mv /usr/local/qt-x11-free-3.3.8b qt 2、设置qt环境变量,并使之立即生效 #vi /etc/profile 添加以下信息 export qtDIR=/usr/local/qt export PATH=$qtDIR/bin:$PATH export MANPATH=$qtDIR/man:$MANPATH export LD_LIBRARY_PATH=$qtDIR/lib:$LD_LIBRARY_PATH 保存退出 source(或者.) /etc/profile 3、运行configure,构...
qt 4.1.0 OpenSource for x11版的安装 先可从这里下载qt 4..1.0 OpenSource for x11: http://www.qtcn.org/download/qt-x11-opensource-src-4.1.0.tar.gz 然后我们在控制台里切换到下载所在的目录里,登录到root用户,依次运行以下命令: Quote: #./configure #gmake #gmake install 这样,它会安装到默认的目录下面:/usr/local/Trolltech/qt 4.1.0 有一个细节要注意:默认的,它是不配置安装数据库驱动的,所以你如...
刚丛trolltech的网站上下的qt4.1.4 for x11版本,./configure运行正常,在编译的时候提示Qapplication.o出错,缺少X*.h等文件,在网上查了说是我的debian系统缺少一个libxorg-x11-devel或与之等价的东西.我不知道怎么装啊,请高手指教
在编译安装qt-x11使出上上述错误,安装网上查的方法,重新设置参数,./configure --prefix=/usr/local/tslib/ --host=arm-linux ac_cv_func_malloc_0_nonnull=yes 但是最后执行还是这个问题对原问题没有更改
[code]Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.wrNEkY + umask 022 + cd /home/mouse/rpmbuild/BUILD + LANG=C + export LANG + unset DISPLAY + cd /home/mouse/rpmbuild/BUILD + rm -rf 8021x-0.6.2 + /usr/bin/bzip2 -dc /home/mouse/rpmbuild/SOURCES/8021x-0.6.2-20100519.tar.bz2 + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd 8021x-0.6.2 + /bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (8021x-TS_...
我的centos5.2无法安装qt_x11。源码中要求引用x11r6中的include和lib,但我的centos x11r6文件夹中没有改目录,只有bin目录,怎么回事呢?希望指点