码迷,mamicode.com
首页 >  
搜索关键字:automake    ( 482个结果
libtool
【从网上摘录的,忘了从哪摘的了】 libtool常见于autoconf/automake,单独用的例子很少,所以我想仔细研究一下,为将来兄弟们看起来方便。 一。libtool的作用offer a standard procedure for creating shared libraries on ...
分类:其他好文   时间:2016-06-04 13:19:20    阅读次数:211
Unity Android加密DLL笔记
unity mono 地址:https://github.com/Unity-Technologies/mono 下载与unity版本对应的unity mono。 brew安装:http://brew.sh/index_zh-cn.html mono需要autoconf automake libto ...
分类:移动开发   时间:2016-06-02 13:32:15    阅读次数:208
linux --> Autoconf和Automake使用
Autoconf和Automake使用 一、生成Makefile流程图 二、具体实例 执行命令顺序:autoscan; aclocal; autoconf; autoheader; automake --add-missing; ./configure; make; ./helloworld; 1、 ...
分类:系统相关   时间:2016-05-31 18:35:48    阅读次数:301
在mac os 中安装 autoconf and automake
转载地址:http://www.mattvsworld.com/blog/2010/02/install-the-latest-autoconf-and-automake-on-mac-os-10-6/ I noticed today that while Mac OS 10.6 (specific ...
分类:系统相关   时间:2016-05-25 01:50:10    阅读次数:261
关于Makefile.am中与Build相关的变量设置 AM_CPPFLAGS
http://tonybai.com/2010/10/26/about-variables-related-to-building-in-makefile-am/ 关于Makefile.am中与Build相关的变量设置 今天尝试使用autoconf和automake重新构建一个遗留库的Build环境 ...
分类:其他好文   时间:2016-05-18 01:42:10    阅读次数:898
Mysql linux 安装文档
1、安装依赖包 yum -y install gcc-c++ ncurses-devel cmake make perl gcc autoconf automake zlib libxml libgcrypt libtool bison 2、安装boost库: 首先先查询是否已经安装过boost r ...
分类:数据库   时间:2016-05-15 21:45:32    阅读次数:270
Nginx 编译安装
一、安装nginx时必须先安装相应的编译工具 yum -y install gcc gcc-c++ autoconf automake yum -y install zlib zlib-devel openssl openssl-devel pcre-devel 二、建立nginx 用户和用户组 # ...
分类:其他好文   时间:2016-05-13 12:29:58    阅读次数:202
mac安装protobuf
mac安装protobuf 首先从http://code.google.com/p/protobuf/下载protobuf 之后需要安装brew [非root] brew install autoconf[need to across the great wall and reach the bigger world] brew install automake brew in...
分类:系统相关   时间:2016-05-12 17:35:24    阅读次数:1397
Centos7 安装Mongodb的C++ driver
按照官网(https://github.com/mongodb/mongo-cxx-driver/wiki/Quickstart-Guide-(New-Driver))上说的,C++driver内部使用了libbson和MongoDBCdriver。所以要安装C++driver,需要先安装Cdriver。我的系统gcc版本4.8.5,cmake版本3.5.2,达到官网要求的安装版本。1.安装automake,a..
分类:数据库   时间:2016-05-10 19:02:26    阅读次数:341
MAC下安装automake autoconf工具
I noticed today that while Mac OS 10.6 (specifically, 10.6.2) comes with automake and autoconf, the versions are a little bit dated. Normally I wouldn ...
分类:系统相关   时间:2016-05-04 17:12:22    阅读次数:933
482条   上一页 1 ... 26 27 28 29 30 ... 49 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!