码迷,mamicode.com
首页 >  
搜索关键字:make    ( 11169个结果
nginx+uwsgi+django架构部署
安装pcre,pcre是一个轻量级的正则表达式函数库,nginx的HTTPRewrite模块会用到。wget tar-zxvfpcre-8.34.tar.gz cdpcre-8.34 ./configure make&&makeinstall2.安装nginx.wget tar-zxvfnginx-1.5.9.tar.gz cdnginx-1.5.9 ./configure--user=nobody--group=nobody--prefi..
分类:其他好文   时间:2015-04-17 11:52:01    阅读次数:167
make指令入门学习
Makefile是一个文本形式的脚本,其中包含一些规则告诉编译器编译哪些文件,以及如何编译,make可以自动管理软件的编译内容、方式和时机,从而是程序员把更多的经历集中在编写代码上。 Makefile规则遵循一下通用形式:      Target:dependency[dependency[…]]               Commad               command...
分类:其他好文   时间:2015-04-17 11:46:22    阅读次数:138
NOJ1560---Let Slimes Grow Up(线段树)
问题描述 You know 8Mao has his own Slime Team. But he soon found that let the Slimes stand in a line and make them from low to high is a such stupid thing since the Slimes are so f[bi][bi]king stupid! As...
分类:其他好文   时间:2015-04-17 11:45:39    阅读次数:162
Opencv-2.49在mini2440上的移植
a. 安装交叉编译链   我使用的是arm-linux-gcc 4.3.2,解压到目录/usr/local/arm/4.3.2,然后在环境变量PATH中增加/usr/local/arm/4.3.2/bin b. 安装CMake   OpenCV 2.0之后的版本,必须使用CMake创建Makefile。我使用的CMake版本是2.8.2,解压到目录/usr/local/cmake-2.8.2 4、 点击Generate生成Makefile 如果你现在make,是肯定会出错的!(不修改,可能白等了至少15分钟...
分类:其他好文   时间:2015-04-17 11:30:51    阅读次数:225
(转)ortp 编译测试
1.获得原码包我是从csdn获得 ortp-0.20.0.zip2.编译安装解压并进入主目录:cd /opt/ortp-0.20.0执行如下命令:a)./configureb)makec)sudo make install装好以后系统环境如下,静态动态库安装到了/usr/local/lib目录下,包...
分类:其他好文   时间:2015-04-17 11:15:02    阅读次数:174
15、对IBM-adpat-helen_useReg-State15实验的未乘以转化矩阵的mmf文件,使用hts_engine的mgc.pdf和lf0.pdf进行替换,得到乘以转化矩阵之后的mmf文件
在IBM-adpat-helen_useReg-State15/voices/...路径下产生mgc.pdf和lf0.pdf文件(都是乘以转化矩阵之后的模型文件)在scripts/Config.pm文件中,把$yu_HHEd开关打开,重新make在IBM-adpat-helen_useReg-Sta...
分类:其他好文   时间:2015-04-16 23:15:47    阅读次数:263
Elasticsearch之Nested Sorting
(这是一个小系列:请戳:Elasticsearch之Nested(嵌套)系列,查看其他nested相关文章)          It is possible to sort by the value of a nested field, even though the value exists in a separate nested document. To make the re...
分类:其他好文   时间:2015-04-16 20:01:26    阅读次数:141
Makefile编写学习摘要
windows的.lib跟Unix的.a一样,属于中间级。.o跟Windows的对象一样,是编译后的文件,需要连接起来(LINK),之后才是可执行文件。clean:一般是make clean ,删除中间的目标文件,.o之类。可以叫别的名字,指示动作用,可以自己定义操作,打包make uImage意思...
分类:其他好文   时间:2015-04-16 19:09:22    阅读次数:171
Linux平台Makefile文件的编写基础篇(转)
目的:基本掌握了make的用法,能在Linux系统上编程。环境:Linux系统,或者有一台Linux服务器,通过终端连接。一句话:有Linux编译环境。准备:准备三个文件:file1.c, file2.c, file2.hfile1.c:#include #include "file2.h"int ...
分类:系统相关   时间:2015-04-16 17:10:38    阅读次数:168
英文自我介绍
Good morning !It is really my honor to have this opportunity for an interview,I hope i can make a good performance today. I'm confident that I can suc...
分类:其他好文   时间:2015-04-16 17:04:59    阅读次数:153
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!