一、移植Qt4.5.3
1、获得 Qt4.5.3 的源代码Qt4.5.3源代码的原始包 qt-embedded-opensource-src-4.5.3.tar.gz 将其拷贝到 /opt 下,
然后在linux终端上输入如下命令(不用键入#),在/opt/下解压Qt4.5.3的源码包
# cd /opt/
# tar xvzf /opt/qt-embedded-...
分类:
其他好文 时间:
2014-08-29 09:28:57
阅读次数:
239
下载源码包的地方:http://downloads.openwrt.org.cn/sources/
分类:
其他好文 时间:
2014-08-28 18:18:16
阅读次数:
148
实验03:源码包安装实验目标掌握gcc的安装熟练源码包的安装实验步骤安装gcc[root@localhostyum.repos.d]#yum-yinstallgcc*Loadedplugins:product-id,security,subscription-managerThissystemisnotregisteredtoRedHatSubscriptionManagement.Youcanusesubscription-managertore..
分类:
系统相关 时间:
2014-08-28 09:50:49
阅读次数:
400
每次启动切换到 /usr/local/lighttpd/sbin 执行 ./lighttpd -f /usr/local/lighttpd/lighttpd.conf 比较麻烦, 而且不方便重新启动!1 切换到源码包的根目录下: # cd doc # cp sysconfig.lighttpd /e...
分类:
其他好文 时间:
2014-08-27 21:55:18
阅读次数:
218
源码包编译搭建LNMP+FastCGI平台搭建环境:CentOS
6.5软件包版本:nginx-1.2.0.tar.gzmysql-5.5.13.tar.gzphp-5.4.9.tar.gzPHP依赖包:mhash-0.9.9.9.tar.gzlibiconv-1.13.tar.gzlibmcrypt-2.5.8.tar.gzlibevent-2.0.21-stable.tar.gzIP地址设置:server:10.21.1.80client:10..
分类:
其他好文 时间:
2014-08-26 11:55:46
阅读次数:
254
1. 源码包下载
源码包通常也采用tar.gz压缩,名称中只包含版本信息,大小也比RPM包、二进制包小很多,解压后的文件中含有INSTALL-SOURCE文件,可从MySQL官网(http://www.mysql.com/downloads/)下载,如:mysql-5.5.17.tar.gz
2. CMake
在采用源码包安装MySQL实例之前,先来介绍一下cmake这个编译工具。在MyS...
分类:
数据库 时间:
2014-08-26 09:51:45
阅读次数:
351
实验01:YUM配置实验目标学会yum配置实验步骤一、挂光盘1.选择镜像文件2.通过umount命令卸载载[root@localhost~]#umount/dev/cdrom3.通过mount命令卸载载[root@localhost~]#mount/dev/cdrom/media/4.验证二.修改yum配置文件[root@localhost~]#cd/etc/yum.repos.d/[root@localho..
分类:
其他好文 时间:
2014-08-26 03:00:26
阅读次数:
232
将fio-2.1.10.tar.gz拷贝到linux服务器的/usr/src/下解压源码包: root@grandocean:/usr/src# tar xvf fio-2.1.10.tar.gz root@grandocean:/usr/src# cd fio-2....
分类:
其他好文 时间:
2014-08-25 22:33:34
阅读次数:
921
可以先 vi INSTALL 看看安装过程。...
分类:
系统相关 时间:
2014-08-25 17:12:24
阅读次数:
222
++++++++++++++++++++++++++++++Linux软件安装+++++++++++++++++++++++++++++++注:window系统中的所有安装包都不能在Linux系统中直接安装使用1.软件包分类: 源码包(脚本安装包:install.sh)——安装慢,可以看到源代码 ....
分类:
系统相关 时间:
2014-08-23 22:54:51
阅读次数:
377