码迷,mamicode.com
首页 >  
搜索关键字:make modules_install    ( 11172个结果
在ios项目中使用自定义字体
Custom fonts can make all the difference in the world when you’re trying to convey a specific user experience. Luckily, it’s pretty easy to add your own fonts in your iOS app but there are some ...
分类:移动开发   时间:2014-08-22 16:33:29    阅读次数:395
android fota小结
fota在make中有个关键的目标target-files-package,该目标生成一个用于做升级包的zip文件。升级包中的内容是定义好的文件列表。同时有一个主要的脚本./build/tools/releasetools/ota_from_target_files,这个脚本可以根据不同的参数生成完...
分类:移动开发   时间:2014-08-22 12:10:46    阅读次数:363
poj1002 487-3279
DescriptionBusinesses like to have memorable telephone numbers. One way to make a telephone number memorable is to have it spell a memorable word or p...
分类:其他好文   时间:2014-08-22 00:19:05    阅读次数:195
PandoraBox 支持3G无线上网卡(一)
一:笔者采用的是系统是OpenWrt之PandoraBox,内核版本3.3.8;硬件设备是MTK的7620开发板。其中怎么搭建openwrt开发环境在此不用多说,因为既然想实现3G无线上网卡拨号上网,那么肯定是要有一点的openwrt及linux开发基础。二:make menuconfig需要添加上...
分类:其他好文   时间:2014-08-21 20:52:14    阅读次数:827
haproxy ssl 配置方式
haproxy 代理 ssl 有两种方式 1、haproxy 本身提供ssl 证书,后面的web 服务器走正常的http? 2、haproxy 本身只提供代理,后面的web服务器https 第一种方式 需要编译haproxy 支持ssl,编译参数:? ?? make?T...
分类:其他好文   时间:2014-08-21 19:47:15    阅读次数:292
uva 755
题目 Businesses like to have memorable telephone numbers. One way to make a telephone number memorable is to have it spell a memorable word or phrase. For example, you can call the University of Wa...
分类:其他好文   时间:2014-08-21 15:22:24    阅读次数:237
在CT制作卡系统
1.U-boot?阶段 编译u-boot启动内核: u-boot-sunxi$make?distclean?CROSS_COMPILE=arm-linux-gnueabihf- u-boot-sunxi$make?Cubietruck?CROSS_COMPILE=arm-linux-gnueabihf- 将SD卡插入读卡器,挂载PC: $sudo...
分类:其他好文   时间:2014-08-21 13:30:04    阅读次数:1473
nginx模块开发
1、编译 ./configure --prefix=/home/fangjian/study/code/nginx-1.4.4/nginx --add-module=/home/fangjian/study/code  make  make install...
分类:其他好文   时间:2014-08-21 11:33:34    阅读次数:222
lua环境搭建 + 常见错误解决 windows + linux双版
lua在linux和windows系统下的安装/配置方法 linux系统: 1)去Lua的官网(http://www.lua.org/ftp/)下载最新发布包,比如lua-5.2.3.tar.gz 2)使用命令tar -xzvf  lua-5.2.3.tar.gz  解压 3)使用命令cd lua-5.2.3 进入lua目录 4)使用命令make linux 此...
分类:Windows程序   时间:2014-08-21 01:38:03    阅读次数:269
读书笔记 chapter1
-- chapter1. //7.-- Le`s Make a Gmae Using Molehill* Vector3D: containing an x, y, and z component* Normal: a Vector3D that has a length of one* Matri...
分类:其他好文   时间:2014-08-20 19:35:42    阅读次数:227
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!