usr/bin/perl Makefile.PL PREFIX=‘/usr/local/git‘ INSTALL_BASE=‘‘ --localedir=‘/usr/local/git/share/locale‘ Can‘t locate ExtUtils/MakeMaker.pm in @INC (@INC contains: /usr/local/lib64/perl5 /usr/loc...
分类:
其他好文 时间:
2015-07-23 18:00:50
阅读次数:
665
一、配置环境首先到Lua官网(http://www.lua.org)下载Lua的源代码,解压后得到有如下内容的文件夹:在终端中打开src文件夹,并输入以下命令编译出mac os x 平台下的lau/laux/liblua.a:make macosx首先我们需要将src目录复制到Xcode工程目录下,...
分类:
其他好文 时间:
2015-07-23 17:27:22
阅读次数:
160
First, let’s make the topic clear: Comparing with providing raw Oozie workflow/coordinator xml file, what’s disadvantages to create workflow/coordinator with Hue Oozie Editor? ( The Hue Oozie Editor ve...
分类:
其他好文 时间:
2015-07-23 13:53:23
阅读次数:
140
一、redis安装$ wgethttp://download.redis.io/releases/redis-2.8.17.tar.gz$tarxzfredis-2.8.17.tar.gz$cdredis-2.8.17$make二、redis启动$cdredis-2.8.17$src/redis-s...
分类:
其他好文 时间:
2015-07-23 13:51:01
阅读次数:
97
MOS上有好多文章,基本上都跑不了下面三点:
Setup can make a big difference
1. Network topology and load
2. NFS mount options(选择合适的挂载选项)
3. TCP configuration(配置合适的MTU,TCP window size,TCP congestion window sizes)
...
分类:
数据库 时间:
2015-07-23 10:41:28
阅读次数:
161
下载redis安装文件wgethttp://download.redis.io/releases/redis-3.0.3.tar.gz解压文件redis-3.0.3.tar.gztarxzfredis-3.0.3.tar.gz编译源文件make提示错误gcc未找到sudoyum-yintallgcc然后删除加压文件rm-rfredis-3.0.3tarxzfredis-3.0.3.tar.gzcdredis-3.-0.3make输入./src/r..
分类:
其他好文 时间:
2015-07-23 00:55:18
阅读次数:
151
make all
不加任何 target , 默认就是 all, 作用是编译软件make install
安装软件包,如果安装到系统目录,需要 root 权限make clean
清除编译产生的目标文件make distclean
可以同时清除编译的结果和 configure 输出的文件make tags
生成 etags 使用的 TAGS 文件make dist
生成软件发布包,为 t...
分类:
其他好文 时间:
2015-07-22 22:58:50
阅读次数:
191
关键字:QT,QComboBox,QLineEdit,QListViewOS:Windows 7问题链接:QComboBox: Can we make the entire combobox clickable, not just the dropdown button (arrow) itself...
分类:
其他好文 时间:
2015-07-22 22:20:35
阅读次数:
5972
./configure是用来检测你的安装平台的目标特征的。比如它会检测你是不是有CC或GCC,并不是需要CC或GCC,它是个shell脚本。make是用来编译的,它从Makefile中读取指令,然后编译。make install是用来安装的,它也从Makefile中读取指令,安装到指定的位置。mak...
分类:
其他好文 时间:
2015-07-22 17:58:27
阅读次数:
100
http://www.cn-cuckoo.com/2010/04/18/make-a-android-develop-environment-1512.html 在本文写作时,Android SDK的最新版本是2.1。现在,我们来看一看如何在Windows平台下构建Android 2.1开发环境。 先期需要下载...
分类:
移动开发 时间:
2015-07-22 14:56:27
阅读次数:
215