E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
autoTools
OS + Linux RedHat
Autotools
aclocal / autoscan / autoconf / autoheader /automake
Auto Tools使用流程 http://vaqeteart.iteye.com/blog/900666 图解autoscan、aclocal、autoheader、automake、autoconf、configure、make http://baigoogledu.blog.51cto.com/738227/153552 http://hi.baidu.com/yzkuan
siemens800
·
2011-09-15 16:00
automake
GNU
autotools
显示编译的详细信息
使用默认的
autotools
(autoconf,libtool,automake)编译linphone,一直看不到gcc的编译的参数。
Tangyongkang
·
2011-09-02 09:00
gcc
makefile
Ubuntu 10.04安装google拼音输入法
github.com/tchaikov/scim-googlepinyin.git$cdscim-googlepinyinB.编译前提:上面给的链接里面有介绍怎么编译的,但少提了几个必需组件,这里列一下:*
autotools
-dev
马航的博客
·
2011-08-25 10:00
autotools
工具使用
autotools
使用 Makefile固然可以帮助make完成它的使命,但要承认的是,编写Makefile确实不是一件轻松的事,尤其对于一个较大的项目而言更是如此。
stunix
·
2011-08-19 23:00
linux
autotools
的使用
1、执行命令autoscan会生成configure.scan在configure.scan中修改AC_INIT([name], [Vresion], [mail])并添加AM_INIT_AUTOMAKE(test, 1.0)修改AC_OUTPUT为AC_OUTPUT([Makefile])2、执行autoheader命令生成config.h.in3、创建Makefile.am文件,添加如下项AU
lickylin
·
2011-08-08 19:00
linux
sqlite
Path
makefile
output
【转】MySQL 5.5编译安装
之前写过一篇Linux下编译安装MySQL,但是在5.5版本之后MySQL自动化建构工具从GUN
Autotools
换成了跨平台的Cmake 系统,编译和配置和原来有些不同,这里做一个简单的小结。
pengranxiang
·
2011-08-02 12:00
mysql
mint 下安装google拼音输入法
sudoapt-getinstallgit-coresudoapt-getinstall
autotools
-devlibgtk2.0-devsudoapt-getinstall libscim-devlibtoolautomakesudogitclonegit
jingshishengxu
·
2011-07-23 15:00
linux
Google
输入法
mint
Auto Tools基本使用
这里,用一个具体的例子,来演示一下
Autotools
工具相对之前的"Auto Tools使用流程"例子(hello-1.0)比较"传统"的基本使用方法。
vaqeteart
·
2011-07-14 16:00
tools
GNU
Autotools
的使用
这里我们就是要用GNU
Autotools
来收集系统配置信息并自动生成Makefile文件。GNU
Autotools
指的就是下面的五个工具: (1)aclocal (2)
TODD911
·
2011-07-06 10:00
[转]linux c 一个
autotools
的最简单例子
[转]linuxc一个
autotools
的最简单例子 1、准备: 需要工具autoscanaclocalautoheaderautomakeautoconfmake等工具. 2、测试程序编写
isware
·
2011-05-31 11:00
ubuntu10.10安装google拼音输入法
scim-googlepinyin.git3.cdscim-googlepinyin4.sudoapt-getinstallaptitude(已安装aptitude的请跳过)5.sudoaptitudeinstall
autotools
-dev
pierce0young
·
2011-05-26 10:00
git
ubuntu
Google
输入法
语言
用autoconf交叉编译
autotools
可以生成configure脚本,运行configure后能够生成Makefile文件。
his9932
·
2011-05-13 16:43
职场
compile
cross
automake
休闲
学习
autotools
后的回忆
转载时请注明出处和作者联系方式文章出处:http://blog.csdn.net/jack0106 作者联系方式:冯牮
[email protected]
在linux下工作已经3年多了,对于工程管理工具的使用,也是经历了从简到繁的好几个阶段。 一手动编写Makefile阶段 这是最初级的阶段,通常也是学习嵌入式linux开发时,最先需要学会使用的工具之一。这个阶段,有两大块内容需
jack0106
·
2011-05-13 14:00
linux
gcc
嵌入式
qt
makefile
桌面环境
Ubuntu
autotools
的安装
autotools
是个系列工具,首先确认你的Ubuntu系统是否安装了以下工具(可以通过which命令查看): aclocal autoscan autoconf autoheader
lusehu
·
2011-05-12 17:00
ubuntu
工具
GNU Configure 中的 build target和host 的区别
build-target%E5%92%8Chost-%E7%9A%84%E5%8C%BA%E5%88%AB/】一、http://en.wikipedia.org/wiki/Cross_compileTheGNU
autotools
packages
melong100
·
2011-04-25 13:00
gcc
System
Build
compiler
tools
compilation
ubuntu下mysql源码安装
安装所需的编译工具 apt-get install autoconf automake
autotools
-dev cpp curl gawk gcc lftp libc6-dev linux-libc-dev
wangshaofei
·
2011-04-11 19:00
mysql
linux
python
socket
ubuntu
ubuntu下mysql源码安装
安装所需的编译工具 apt-get install autoconf automake
autotools
-dev cpp curl gawk gcc lftp libc6-dev linux-libc-dev
wangshaofei
·
2011-04-11 19:00
linux
mysql
socket
python
ubuntu
MYSQL 编译configure向cmake过渡指南
MYSQL编译configure向cmake过渡指南网址:http://forge.mysql.com/wiki/
Autotools
_to_CMake_Transition_Guide从mysql5.5
akin520
·
2011-04-11 13:45
mysql
数据库
职场
休闲
Ubuntu 10.04下安装Google拼音输入法
sudoapt-getinstallgit-core)$gitclonegit://github.com/tchaikov/scim-googlepinyin.git$cdscim-googlepinyin$aptitudeinstall
autotools
-devlibgtk2.0
lhf0921
·
2011-04-03 11:00
ubuntu
Google
git
输入法
语言
使用
autotools
生成makefile
autotools
是生成makefile的工具集合。
icyrat
·
2011-03-25 22:00
用
autotools
为westworld生成makefile - 备忘录
用
autotools
为westworld生成makefile-备忘录一、开发环境mild:~/program/finite-state-machine/WestWorldWithWoman2$uname-aLinuxmild-F80L2.6.35
雨前
·
2011-03-24 15:00
Ubuntu 10.04安装google拼音输入法
github.com/tchaikov/scim-googlepinyin.git$cdscim-googlepinyin.gitB.编译前提:上面给的链接里面有介绍怎么编译的,但少提了几个必需组件,这里列一下:*
autotools
-dev
tanxs001
·
2011-03-21 11:00
git
Google
ubuntu
输入法
语言
autotools
配置
(1)安装下面四个程序 (2)使用命令 可参考: http://blog.csdn.net/vividonly/archive/2011/
shaojiashuai123456
·
2011-03-19 13:00
.net
Blog
F#
makefile与静态库的几个实例
用
autotools
的工具相对来说要简单的多,其它一些介绍
autotools
文章又有很多漏洞,而且步骤烦琐。制作一个最简单的helloworld程序:现有目录testmkdirsrc建立sr
lvliang2008
·
2011-03-15 11:00
header
include
library
compiler
makefile
output
autotools
使用总结
像strongswan这样的开源项目,一般都使用
autotools
来自动生成Makefile。以前只接触过简单Makefile的编写,因此初学
autotools
觉得有点复杂。
vividonly
·
2011-03-14 17:00
工具
makefile
2010
如何将bind改为c++编译
bind的Makefile由
autotools
工具之一automake来生成,但是看到am文件,只有in文件,autools打包工具虽然功能强大,但是使用也极其麻烦,里面的宏很多
Benjamin
·
2011-03-03 22:00
autotools
系列工具—-自动生成Makefile
autotools
系列工具正是在这样的呼声中诞生的.它只需用户输入简单的目标文件,依赖文件,文件目录等就可以轻松地生成Makefile了.另外,这些工具还可以完成系统配置信息的收集,从而可以方便地处理各种移植性问题
taolinke
·
2011-02-26 17:00
gcc
工具
library
compiler
makefile
output
cmake 编译mysql
http://forge.mysql.com/wiki/
Autotools
_to_CMake_Transition_Guidecmake.
jiaminqiang
·
2011-02-23 14:47
职场
mysql
数据库
mysql
cmake 编译mysql
http://forge.mysql.com/wiki/
Autotools
_to_CMake_Transition_Guidecmake.
jiaminqiang
·
2011-02-23 14:47
数据库
mysql
职场
cmake
休闲
autotools
_mydoc
Auto Tools使用流程 本文内容: 一、简介 二、
AutoTools
相关说明 三、实际例子 一、简介 ============= 本文简单介绍最简单的auto tools工具的使用流程
vaqeteart
·
2011-02-01 16:00
C++
c
linux
cache
C#
RTEMS 的 AT91SAM9260 移植(8): 编译
到这里,代码部分就修改完毕了,还需要修改该的就是
Autotools
的宏和链接脚本。 为了宏生成速度快,我把其他所有无关的BSP全部删除了。
coolbacon
·
2010-12-28 00:00
timer
list
include
makefile
networking
debugging
RTEMS 的 AT91SAM9260 移植(8): 编译
到这里,代码部分就修改完毕了,还需要修改该的就是
Autotools
的宏和链接脚本。 为了宏生成速度快,我把其他所有无关的BSP全部删除了。
coolbacon
·
2010-12-28 00:00
timer
list
include
makefile
networking
debugging
GNU
Autotools
的使用方法
在Linux系统开发环境中,GNU
Autotools
无疑就充当了这个重要角色。(在Windows系统的开发环境中,IDE工具,诸如VisualStudio,来管理项目也很方便。)
scucj
·
2010-12-16 02:00
File
header
gcc
include
compiler
makefile
Linux下安装google拼音输入法
scim-googlepinyin.git $ cd scim-googlepinyin.git 2.build depends $ aptitude install
autotools
-dev
77321660
·
2010-12-10 20:00
linux
Google
git
Ubuntu 10.04安装google拼音输入法
github.com/tchaikov/scim-googlepinyin.git$cdscim-googlepinyinB.编译前提:上面给的链接里面有介绍怎么编译的,但少提了几个必需组件,这里列一下:*
autotools
-dev
L_serein
·
2010-11-28 11:00
使用
autotools
建立Makefile简单实例解析
autotools
系列工具只需用户输入简单的目标文件、依赖文件、文件目录等就可以比较轻松地生成Makefile了。现在Linux上的软件开发一般都是用
autotools
来制作Makefile。
anzhu_111
·
2010-11-08 22:00
《GNU/Linux编程指南》
t=145249
autotools
使用http://www.linuxsir.org/bbs/showthread.php?t=239728 make指南
computer055maxi
·
2010-10-24 00:00
eclipse
编程
cvs
开发工具
patch
apache模块
在Ubuntu中安装工具
Autotools
autotools
是个系列工具,首先确认你的系统是否安装了以下工具(可以通过which命令查看): aclocal autoscan
cqfly
·
2010-09-12 12:00
ubuntu
用
autotools
制作configure和makefile
用
autotools
制作configure和makefile我们在linux编程中经常要编写makefile文件,makefile的编写比较底层,不好理解,新手不容易掌握.可是用
autotools
的工具就好很多
flyonok
·
2010-08-26 15:00
ubunt 9.1.0 平台安装autoconf, automake, libtool (因为tslib,,,)
but~autogen.sh执行后报错,错误log忘了,,,,,后来一查,原来需要"
autotools
",即autoconf,automake,libtool,这三个玩意 ok~apt-getinstall
dos5gw
·
2010-08-07 17:00
Ubuntu 10.04安装google拼音输入法
github.com/tchaikov/scim-googlepinyin.git$cdscim-googlepinyin.gitB.编译前提:上面给的链接里面有介绍怎么编译的,但少提了几个必需组件,这里列一下:*
autotools
dadahacker
·
2010-05-26 13:00
Autotools
http://www.lrde.epita.fr/~adl/
autotools
.html英文教程pdf文档,不过图文并茂,很容易理解,适合简单学习使用http://www.ibm.com/developerworks
RichardYSteven
·
2010-05-25 21:00
文档
怎样自动生成makefile
由于毕业设计开发的平台是Linux,为了在Linux进行,Makefile的编写是必不可少的,为偷懒,我想使用
autotools
来进行Makefile的自动生成,在阅读大量的资料后,在理解的基础之上,做了一个小实验
yavobo
·
2010-05-13 14:00
linux 下 MySQL-Proxy 实现 MySQL 的负载均衡和读写分离实现
一:安装Mysql-Proxy1)系统环境的设置(系统为CentOs5.2):确定这些包已经安装:GNU
Autotools
,flex,pkg-config,bazaar,MySQLclientlibrariesyuminst
lgm252008
·
2010-04-05 20:00
linux
mysql
数据库
负载均衡
服务器
query
makefile与静态库的几个实例
用
autotools
的工具相对来说要简单的多,其它一些介绍
autotools
文章又有很多漏洞,而且步骤烦琐。
libaohan
·
2010-03-30 20:00
C++
c
工作
C#
linux 下sphinx的中文分词包mmseg安装
第一步: 安装相关的外部关联的包#sudoapt-getinstallautoconfautomake
autotools
-devcppcurlgawkgcclftplibc6-devlinux-libc-devmakelibpcre3
lgm252008
·
2010-03-15 22:00
[推荐]利用
Autotools
來建立 Makefile 檔案
引用自:http://tetralet.luna.com.tw/index.php?op=ViewArticle&articleId=200&blogId=1 在上一個章節中,我們展示了如何利用Makefile來做為編譯軟體時的輔助工具。但在實務上,因為每個人的環境多多少少有些不同,Makefile往往得隨之修改才能順利進行編譯,這其實還是不夠人性化。同時,Makefile對於大部份的人而言和外
socol
·
2010-01-29 00:00
C++
c
C#
perl
Gmail
:从无到有制作Deb包的一个实例
我希望从零开始制作出一个自己的Deb包,意思是连软件的源码都是自己写的,类似于deb from scratch吧,那么这样的一个制作过程大致由三部分构成:1 源码的编写和测试2 使用
autotools
工具生成符合
xumingyong
·
2010-01-28 15:00
Deb
给 C工程添加库依赖的几种方法
参考自: http://library.gnome.org/users/anjuta-build-tutorial/2.26/library-
autotools
.html.en 示例代码
socol
·
2010-01-26 18:00
html
C++
c
xml
C#
Anjuta官方文档 Using
Autotools
翻译
引用自:http://library.gnome.org/users/anjuta-build-tutorial/2.26/create-
autotools
.html.en Using
Autotools
socol
·
2010-01-21 16:00
C++
c
gcc
C#
F#
上一页
8
9
10
11
12
13
14
15
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他