码迷,mamicode.com
首页 >  
搜索关键字:make menucomfig    ( 11169个结果
Android数字签名解析(三)
在刚才开始学习android数字签名的相关知识点的时候,被资料中出现的keystore、x509、密钥对、debug.keystore弄的晕头 转向,经过一段时间的了解,总算明白一些。 一、make_key脚本生成密钥对 android源码中自带的工具make_key(development/tools/目录下)可以用来生成RSA密钥对。...
分类:移动开发   时间:2014-06-16 12:14:22    阅读次数:240
在centos上安装skyeye
中间遇到的问题:1,make的时候,提示gui/x.cc:42:22: error: X11/Xlib.h: No such file or direct解决:yum install libX11-devel2, error: X11/xpm.h: No such file or directory...
分类:其他好文   时间:2014-06-16 11:06:23    阅读次数:384
AngularJS - Directive Restrictions
While it’s cool to make a custom element like we did the the previous cast, it’s actually more common to do things like create custom attributes. Thes...
分类:Web程序   时间:2014-06-16 10:19:04    阅读次数:276
20天自制操作系统(四)
D:\30day\projects\04_day\harib01b下代码如何编译运行。把z_tools复制到04_day下,然后修改Makefile文件的run:run : $(MAKE) img $(COPY) haribote.img ..\..\qemu\a.img $(MA...
分类:其他好文   时间:2014-06-16 08:21:31    阅读次数:230
Debian5.04安装oracle11g 笔记
新安装了Debian5,成功安装了oracle11g.记录过程如下。1、升级一下系统#apt-get update#apt-get upgrade2、安装需要的一些组件:#apt-get install gcc make binutils lesstif2 libc6 libc6-dev rpm l...
分类:数据库   时间:2014-06-16 00:15:41    阅读次数:448
debian7安装oracle11g
1,安装必须包apt-get install gcc g++ make binutils libc6 libc6-dev libstdc++6 libstdc++5 rpm gawk alien ksh lesstif2 libaio1 linux-headers elfutils libaio-d...
分类:数据库   时间:2014-06-16 00:11:03    阅读次数:346
Linux 内核的编译系统
Linux  的编译使用 GNU make 工具来检查整个系统的文件和调用 gcc 工具以及脚本完成编译源代码生成 image 等操作。要了解整个编译系统,我们首先要了解 Linux 内核的 Makefile 文件。   Linux 的 编译系统包括 5 个部分 Makefile         顶层的 Makefile 文件 .config 内核配置文件 arch/$(ARCH...
分类:系统相关   时间:2014-06-15 16:05:05    阅读次数:351
ubuntu14.04下unix网络编程 环境的配置
在ubuntu下 首先:在unpv13e文件加下 ./configure cd lib make cd ../libfree make cd ../liggai make cd .. vim lib/nup.h   // 修改 #include "../config.h" 为 #include "config.h" / 拷贝头文件 sudo cp config.h ...
分类:其他好文   时间:2014-06-14 17:28:45    阅读次数:246
Yosemite,On my computer
##RECORD,help me remember ###Make Lazy Version Installer 1、Write this LazyVersion Installer DMG to a RAW empty disk 2、Use Clover l...
分类:其他好文   时间:2014-06-13 15:27:01    阅读次数:349
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!