码迷,mamicode.com
首页 >  
搜索关键字:the differents of make and cmake    ( 12893个结果
make_ext4fs 文件权限控制
问题最近在给 android 系统的 data 分区制作 ext4 镜像,但是发现系统启动后,文件的 user 和 group 都变成了 root,不是原有的属性。困扰了很久。解决make_ext4fs 有一个选项是 ‘-a’ ,即挂载点。这个选项是配合android/system/core/inc...
分类:其他好文   时间:2014-05-10 05:53:22    阅读次数:1777
CentOS 5.9 编译newlisp
先下载最新的newlisp代码,解压后进入目录创建文件CMakeLists.txt, 内容如下:cmake_minimum_required (VERSION 2.6) include_directories(${CMAKE_SOURCE_DIR}) project(newlisp) set(NEWLISP_SRC newlisp newlisp.c nl-symbol.c nl-math...
分类:其他好文   时间:2014-05-10 03:38:36    阅读次数:374
深入理解软件包的配置、编译与安装
前言从源代码安装过软件的朋友一定对 ./configure && make && make install 安装三步曲非常熟悉了。然而究竟这个过程中的每一步幕后都发生了些什么呢?本文将带领你一探究竟。深入理解这个过程将有助于你在LFS的基础上玩出自己的花样来。不过需要说明的是本文对 Makefile...
分类:其他好文   时间:2014-05-10 03:10:22    阅读次数:404
Linux Commands 彻底研究(02):mkdir
NAME mkdir - make directoriesSYNOPSIS mkdir [OPTION]... DIRECTORY...DESCRIPTION Create the DIRECTORY(ies), if they do not already ex...
分类:系统相关   时间:2014-05-10 00:10:10    阅读次数:411
关于SEO的浅谈
SEO是Search Engine Optimization的缩写,用英文描述是to use some technics to make your website in the top places in Search Engine when somebody is using Search Eng...
分类:其他好文   时间:2014-05-09 16:14:40    阅读次数:290
linux rpm 安装包制作
今天的任务是把make好的install作成rpm.大牛教我回复的邮件内容好压力啊,回邮件也是跟说话一样一样滴。例1.
分类:系统相关   时间:2014-05-09 16:13:17    阅读次数:268
SXH232摄像头使用示范
It occurred to me suddenly that I wanted to program the our camera sensor for PC desktop, just like the one purchased from shop, which can make the video recording. Finally although the result seemed ...
分类:其他好文   时间:2014-05-09 14:58:02    阅读次数:373
Hello World FastCGI
1, Nginx 安装,http://nginx.org/en/download.html.下载解压,configure,make ,make install.安装过程中确实包,需要先下载安装依赖包2,安装lighttpd的spawn-fastcgi 下载http://www.lighttpd.net/download/lighttpd-1.4.19.tar.gz  ./configuremake...
分类:其他好文   时间:2014-05-09 01:46:02    阅读次数:358
poj 2104 K-th Number(划分树模板)
划分树模板题,敲上模板就ok了。 #include #include #include #include #include #include #include #include #include #include #define MP make_pair #define LL long long #define CLR(a, b) memset(a, b, sizeof(a)) using n...
分类:其他好文   时间:2014-05-08 17:29:39    阅读次数:398
Task的执行过程分析
Task的执行过程分析 Task的执行通过Worker启动时生成的Executor实例进行, caseRegisteredExecutor(sparkProperties)=> logInfo("Successfullyregistered with driver") //Make this host instead of hostPort ? executor= newExecuto...
分类:其他好文   时间:2014-05-08 16:01:31    阅读次数:667
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!