码迷,mamicode.com
首页 >  
搜索关键字:make    ( 11169个结果
macox下编译snappy静态库
源码地址:https://github.com/google/snappy 下载 git clone https://github.com/google/snappy 编译 进入snappy源码目录,执行命令: ./autogen.sh 报错 “./autogen.sh: line 3: aclocal: command not found” 通过http://superuser.com/q...
分类:移动开发   时间:2015-08-08 18:17:05    阅读次数:145
2015 HUAS Summer Trainning #4~B
DescriptionBefore the invention of book-printing, it was very hard to make a copy of a book. All the contents had to be re-written by hand by so calle...
分类:其他好文   时间:2015-08-08 17:55:43    阅读次数:115
CentOS6.5升级Python
centos6.5的python版本默认是2.6.6,可能有的时候我们需要升级到更高的版本,那就来动手升级下吧。我这里以2.7.8版本为例,根据实际需要选择升级版本即可。yum install -y gcc gcc-c++ make readline-devel wgetwget https://w...
分类:编程语言   时间:2015-08-08 11:55:42    阅读次数:123
抄书,分任务~~~~~~~
DescriptionBefore the invention of book-printing, it was very hard to make a copy of a book. All the contents had to be re-written by hand by so calle...
分类:其他好文   时间:2015-08-07 23:38:27    阅读次数:153
POJ1505:Copying Books 解题心得
原题:DescriptionBefore the invention of book-printing, it was very hard to make a copy of a book. All the contents had to be re-written by hand by so ca...
分类:其他好文   时间:2015-08-07 22:05:30    阅读次数:123
I.MX6 OTG set as slave device hacking
1. 本代码解析使用了倒序的方式跟踪内核驱动代码,从驱动反推需求; 2. 代码解析的目标是找到OTG设置成Host、Slave设备的宏定义; 3. 根据2中的宏定义,看make menuconfig中是否存在可直接裁剪的选项
分类:其他好文   时间:2015-08-07 18:47:44    阅读次数:315
laravel5笔记
数据库表创建E:\PHP\learnlaravel5>php artisan migrate创建modelE:\PHP\learnlaravel5>php artisan make:model Article重建数据库所有表E:\PHP\learnlaravel5>php artisan migra...
分类:其他好文   时间:2015-08-07 18:45:02    阅读次数:123
Time to do one thing and do it well
Coding isn‘t fun most of time, and it‘s just a way to make living. Since I was a coder, I have been coding for many different projects with different programming languages, and working for several ...
分类:其他好文   时间:2015-08-07 16:47:43    阅读次数:118
.PHONY makefile中的伪目标
我的理解:   拿clean举例,如果make完成后,自己另外定义一个名叫clean的文件,再执行make clean时,将不会执行rm命令。    为了避免出现这个问题,需要.PHONY: clean   ======================================================================================= 所谓伪...
分类:其他好文   时间:2015-08-07 16:11:08    阅读次数:88
虚拟机之The VMware Authorization Service is not running
今天上班后,打开虚拟机准备启动操作系统,进行开发工作,不幸的是不能正常启动了,提示信息如下: VMware Workstation cannot connect to the virtual machine. Make sure you have rights to run the program, access all directories the program uses, and acc...
分类:系统相关   时间:2015-08-07 09:40:12    阅读次数:226
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!