码迷,mamicode.com
首页 >  
搜索关键字:make menucomfig    ( 11169个结果
运用sshpass及脚本实现批量建立信任关系
1、http://sourceforge.net/projects/sshpass/2、#cdsshpass-1.05/3.#./configure&&make&&makeinstall4.#sshpass-paixocmssh192.168.199.129直接登录5.#sshpass-paixocmscpsshpass-1.05.tar.gz192.168.199.129:/lianxi6、脚本实现批量建立单向信任#vim/shell/s..
分类:其他好文   时间:2014-10-26 11:52:39    阅读次数:218
freetype显示矢量字体 -- 在PC上测试初步使用
解压freetype-2.4.10.tar.bz2,重命名为freetype-2.4.10_pc放入01th_pc目录下。进入目录配置:./configure编译:make 安装:sudo make install编译应用程序:example.cgcc -o example1 example1.c ...
分类:其他好文   时间:2014-10-26 00:18:32    阅读次数:209
freetype显示矢量字体 -- 在LCD上测试
配置交叉编译工具连我的环境变量:/home/usr/local/arm/4.3.2/bin解压freetype-2.4.10.tar.bz2进入配置交叉编译工具:./configure --host=arm-linux编译 make暂时安装到当前目录下tmp目录make DESTDIR=$PWD/t...
分类:其他好文   时间:2014-10-26 00:11:35    阅读次数:503
Running the app on your device
So far, you’ve run the app on the Simulator. That’s nice and all but probably notwhy you’re learning iOS development. You want to make apps that run on realiPhones! There’s hardly a thing more excit...
分类:移动开发   时间:2014-10-25 21:37:22    阅读次数:467
frei0r mingw32 下编译问题
在编译安装frei0r的时候遇到两个错误地方, 两个都是在install的时候. 一开始编译都很顺利,输入了 make install之后就走开了,回来一看,报错误. 提示mkdir -p //usr/local/lib/frei0r-1错误,让我百思不得其解,一开始以为我手动创建就可以,于是到相关目录下创建了该文件夹. 再次install的时候还是不行. 于是我就想着去找百度,谷歌....
分类:其他好文   时间:2014-10-25 17:25:01    阅读次数:292
UVA_If We Were a Child Again
DescriptionIf We Were a Child Again “Oooooooooooooooh! If I could do the easy mathematics like my school days!! I can guarantee, that I’d not make any...
分类:其他好文   时间:2014-10-25 15:49:38    阅读次数:316
Mac系统安装Lua(转)
下载最新版的lua请点击,然后解压运行“终端”进入到该文件夹下 ,主要是cd 【文件夹名】在“终端”输入 make macosx (回车)在“终端”输入 make test (回车)然后再输入“sudo make install”命令,会要求输入Password: 输入相应密码(你的密码),然后回车...
分类:系统相关   时间:2014-10-25 13:15:32    阅读次数:192
MAC下安装Xdebug
环境首先安装 autoconf下载最近版的Xdebug源码解压 cd到目录去phpize./configuremakesudo make installphp.ini文件添加zend_extension="/usr/lib/php/extensions/no-debug-non-zts-201005...
分类:系统相关   时间:2014-10-24 23:36:19    阅读次数:311
源码编译安装MySQL
1.首先安装cmake#wgethttp://www.cmake.org/files/v2.8/cmake-2.8.4.tar.gz#tarzxvfcmake-2.8.4.tar.gz#cdcmake-2.8.4#./configure#make#makeinstall2.安装前的系统设置建立mys...
分类:数据库   时间:2014-10-24 20:38:29    阅读次数:265
ZOJ 3497 Mistwald 矩阵
利用可达矩阵的幂来判断是否可达#include #include #include #include #include #include #include #include #include #include using namespace std; #define MP make_pair#def...
分类:其他好文   时间:2014-10-24 20:31:46    阅读次数:241
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!