码迷,mamicode.com
首页 >  
搜索关键字:make menuconfig    ( 11211个结果
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
redis安装
1.下载2.安装[root@lbd~]#cpredis-2.8.13.tar.gz/usr/local/[root@lbd~]#cd/usr/local/[root@lbdlocal]#tarzxvfredis-2.8.13.tar.gz[root@lbdlocal]#mvredis-2.8.13redis2813[root@lbdlocal]#cdredis2813/[root@lbdredis2813]#make[root@lbdredis2813]#makeinstall3.修改系统参..
分类:其他好文   时间:2014-08-20 14:28:12    阅读次数:161
Linux 跨内核编译驱动
在UBuntu12.04 内核版本3.2.0-29-generic-pae,编译UBuntu14.04内核版本为3.13.0-32-generic的驱动。首先要搭建编译环境。1、安装相应的内核文件:apt-get install kernel-headers-`uname -r`    uname -r : 需要替换为3.13.0-32-generic2 、编译驱动文件make -C /usr/s...
分类:系统相关   时间:2014-08-20 12:39:02    阅读次数:216
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!