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
制作Deb包
包的一个实例20080126我希望从零开始制作出一个自己的Deb包,意思是连软件的源码都是自己写的,类似于debfromscratch吧,那么这样的一个制作过程大致由三部分构成:1源码的编写和测试2使用
autotools
lionzl
·
2012-07-07 20:00
Mysql+sphinx+中文分词简介
apt-getinstallautoconfautomake
autotools
-devcppcurlgawkgcclftplibc6-devlinux-libc-devmakelibpcre3-devlibpcrecpp0g
王锐
·
2012-07-06 16:00
Sphinx中文分词
使用
autotools
简单生成Makefile
1)autoscan 生成configure.scan,把文件名称改为configure.in,修改相关内容。修改AC_INIT添加AM_INIT_AUTOMAKE如若有必要修改AC_CONFIG_SRCDIR2)使用gen.sh脚本#!/bin/bash aclocal autoheader autoconf automake--add-missing--copy3)./configure4)m
suer0101
·
2012-06-28 09:00
脚本
makefile
在Ubuntu 10.04下安装Google拼音输入法
github.com/tchaikov/scim-googlepinyin.git$cdscim-googlepinyin B.编译前提:上面给的链接里面有介绍怎么编译的,但少提了几个必需组件,这里列一下:*
autotools
-dev
hao1056531028
·
2012-06-27 15:00
ubuntu
Google
git
输入法
语言
autotools
工具介绍
http://blog.csdn.net/panzhh459/article/details/57474123.3、
autotools
工具3.3.1、介绍如果要编译的工程比较大,尝试手动去建立、维护Makefile
suer0101
·
2012-06-26 12:00
AutoMake文档
AutoMakeu#titleAutoMake版本问题AutoMake例子步骤总述新版的automake变化
autotools
系列工具作用怎么能让automake
helonSY
·
2012-06-25 22:00
实例学习使用
Autotools
经常有程序需要交叉编译,手工写Makefile写的太混乱了,学习用
Autotools
来生成Makefile方便许多。下面记录了一个mp3播放器简单程序使用
Autotools
的步骤。
suer0101
·
2012-06-11 14:00
使用
Autotools
编译项目(下)
autoconf可以帮我们生成configure脚本,替换Makefile中的变量,本文讲解其简单的使用方法。 假设我们有如下代码helloworld.c: #include <stdio.h> int main() { printf("Hello, world!\n"); } Makefile如下:
阿男bluedash
·
2012-05-31 01:00
Make
autotools
使用
Autotools
编译项目(上)
首先创建工作目录: mkdir try-
autotools
然后进入工作目录,创建helloworld.c: int main() { printf("
阿男bluedash
·
2012-05-31 01:00
Make
auto tools
GNU
Autotools
的使用方法
在Linux系统开发环境中,GNU
Autotools
无疑就充当了这个重要角色。(在Windows系统的开发环境中,IDE工具,诸如VisualStudio,来管理项目也很方便。)
helonSY
·
2012-05-24 17:00
autotools
工具介绍
http://blog.csdn.net/panzhh459/article/details/57474123.3、
autotools
工具3.3.1、介绍如果要编译的工程比较大,尝试手动去建立、维护Makefile
suer0101
·
2012-05-22 17:00
脚本
File
工具
makefile
终端
output
libuwind安装错误
makeinstall时候出现/usr/bin/ld:cannotfind-lunwind-x86_64 问题原因实际就是
autotools
兼容性的问题,运行命令autoreconf-i-f ,在重新编译安装下就过了
ghost911_slb
·
2012-05-18 18:00
ubuntu下搭建转码平台
build-essentialautomakelibboost-devlibxml2-devlibsdl-image1.2-devlibsdl-mixer1.2-devftgl-devlibglew-devbisonpkg-configautoconf
autotools
-devlibprotobuf-devlibtoolsudoapt-get-yin
yipie
·
2012-05-15 10:00
SVN
File
git
video
ubuntu
平台
autotools
使用
本节要讲
autotools
系列工具正是为此而设的,它只需用户输入简单的目标文件、依赖文件、文件目录等就可以轻松地生成Makefile了,这无疑是广大用户的所
xdonx
·
2012-05-10 17:00
脚本
gcc
header
工具
compiler
makefile
cmake与autoconf+automake的对比
cmake产生的晚,解决了很多
autotools
工具的问题。
autotools
是一个工具集具有强大的灵活性,但是因为步骤太多,配置繁琐,产生了很多的替代方案,cmake是其中最优秀的之一。
cnsword
·
2012-05-07 17:15
C++
[置顶] cmake与autoconf+automake的对比
cmake产生的晚,解决了很多
autotools
工具的问题。
autotools
是一个工具集具有强大的灵活性,但是因为步骤太多,配置繁琐,产生了很多的替代方案,cmake是其中最优秀的之一。
cnsword
·
2012-05-07 17:00
测试
工具
include
library
makefile
permissions
fedora安装
autotools
GNU
autotools
安装1、下载软件包,在linux嵌入式开发过程中有很多的工具其实都在GNU的官方网站可以下载到 http://www.gnu.org/software/software.html
nieyibin
·
2012-04-20 17:00
linux
工具
library
compiler
makefile
编译器
简单实例学习
autotools
工具
...因为这个星期天天都是早出晚归的...而且好几天中大部分时间是在车上面渡过的...于是找点其他事做...下面这个就是刚刚搞了一会的事儿--关于如何自动生成makefile...在这里做一下记录..
autotools
abee23
·
2012-04-15 17:00
autotools
automake autoconf libtool 笔记
autotools
automakeautoconflibtool笔记默认安装路径为:$(prefix)=/usr/local,可以通过./configure--prefix=的方法来覆盖。
Blaider
·
2012-04-05 10:00
autotools
& makefile
autotools
是系列工具,读者首先要确认系统是否装了以下工具(可以用which命令进行查看)。
grantxx
·
2012-03-30 15:00
varnish3.0.2安装配置
centos5.532位系统varnish版本3.0.2192.168.159.88为后端静态资源服务器varnish所以来的软件包:
autotools
-devautomake1.9libtoolautoconflibncurses-devxsltprocgroff-baselibpcre3
qiufengy
·
2012-03-30 10:25
cache
职场
varnish
休闲
从无到有制作Deb包的一个实例
包的一个实例20080126我希望从零开始制作出一个自己的Deb包,意思是连软件的源码都是自己写的,类似于debfromscratch吧,那么这样的一个制作过程大致由三部分构成:1源码的编写和测试2使用
autotools
Blaider
·
2012-03-22 22:00
mysql编译安装configure和cmake的对应关系表
习惯了configure配置mysql,突然换了cmake来配置还真有些不习惯,这是官方configure和cmake的对应关系:http://forge.mysql.com/wiki/
Autotools
_to_CMake_Transition_Guide
cyr520
·
2012-03-22 12:07
mysql
安装
configure
cmake
休闲
ubuntu10.10安装google拼音输入法
scim-googlepinyin.git3.cdscim-googlepinyin4.sudoapt-getinstallaptitude(已安装aptitude的请跳过)5.sudoaptitudeinstall
autotools
heirenheiren
·
2012-03-09 16:00
ubuntu
Google
git
输入法
语言
学习使用
autotools
最近开始学习linux c开发,对
autotools
比较感兴趣,所以找了一些国外的文档看了看,然后自己做了小例子,在这里跟大家分享。
ouyue
·
2012-03-08 16:03
Make
automake
autoconf
autoscan
aclocal
autoheader
Android 技术专题系列之三 -- 编译(build) 流程
普通的软件项目一般使用
autotools
工具,包括autoconf,automake,libtool等,利用这些工具来自动生成Makefile。而Android创建了一套自己的系统来生成Make
brucemj
·
2012-03-02 11:28
android
职场
编译
休闲
第一次使用
autotools
编写automake
哈哈,第一次编写自己的GNU dist,虽然仅仅是个hello world,不过还是记下来吧…… 主要参照的是这个 网址 首先新建一个文件夹/test/ 创建自己的程序/test/src/test.c 里面写好hello world程序 新建/test/src/Makefile.am文件 bin_PROGRAMS = hello # 要生成的binary文件 hello
luozhaoyu
·
2012-02-22 16:00
makefile
automake
autotools
用
autotools
(Automake\Autoconf)生成Makefile
automake所产生的Makefile除了可以做到程序的自动编译和链接外,还可以用来生成各种文档(如manualpage,info文件),可以将源代码文件包装起来以供发布。所以程序源代码所存放的目录结构最好符合GNU的标准惯例.下面以hello.c程序生成Makefile文件作为例子。1.在当前目录下创建一个名为hello的子目录。hello这个目录用于存放hello.c这个程序及相关文件。新建
kangquan2008
·
2012-02-08 22:00
configure向cmake过渡指南
网址:http://forge.mysql.com/wiki/
Autotools
_to_CMake_Transition_Guide 从mysql5.5起,mysql源码安装开始使用cmake了。
lizhongren188
·
2012-02-08 15:42
职场
休闲
configure向cmake过渡指南
网址:http://forge.mysql.com/wiki/
Autotools
_to_CMake_Transition_Guide从mysql5.5起,mysql源码安装开始使用cmake了。
lizhongren188
·
2012-02-08 15:42
职场
休闲
数据库
使用QT4和OSSBuild的gstreamer库开发视频播放程序
也没问题)编译版本4.6.3 OSSBuild ("oh-ess-ess build") provides a build system that is compatible with the
autotools
snailjava
·
2011-12-28 14:00
测试
ide
qt
CMake,新的KDE构建系统(转载)
起初,KDE依靠
autotools
工具集来构建大部分的项目,但从去年开始,KDE4将改用一个全新的构建系统,CMake。我们认为它将很快成为世界上现存的各种构建系统中有力的竞争者之一。详情见下。
shuyong1999
·
2011-12-28 12:00
mysql
http://forge.mysql.com/wiki/
Autotools
_to_CMake_Transition_Guide 查看默认服务器默认配置 Y
wcj10051891
·
2011-12-25 15:00
mysql
ubuntu及衍生版本的一些常用软件安装
资料来源于网络一、Google输入法1、保证系统中存在SCIM(sudoapt-getinstallscim)2、安装必要的库:sudoaptitudeinstall
autotools
-devlibgtk2.0
xyz555
·
2011-12-18 22:00
vmware
ubuntu
输入法
谷歌输入法
Vmware-tools
linux下制作deb包
从无到有制作Deb包的一个实例 我希望从零开始制作出一个自己的Deb包,意思是连软件的源码都是自己写的,类似于debfromscratch吧,那么这样的一个制作过程大致由三部分构成:1源码的编写和测试2使用
autotools
wj_j2ee
·
2011-12-14 10:00
教程:使用gnu
autotools
系列工具构建gtk+应用程序
以一个例子介绍具体步骤:测试环境:Win7+MinGW(linux更不用说肯定可以了)1.新建主程序demo.c:#include intmain(intargc,char*argv[]){ GtkWidget*window; gtk_init(&argc,&argv); window=gtk_window_new(GTK_WINDOW_TOPLEVEL); g_signal_connect
tsl0922
·
2011-12-12 08:00
automake
autotools
gtk+
autotools
学习
autotools
的基本原理是考虑如何自动地生成makefile文件。用于linux下源代码方式发布软件。
whycold
·
2011-12-10 22:00
linux
工作
脚本
语言
makefile
output
Linux的gcc,makefile和
autotools
gcc主要参数:-g只是编译器,在编译的时候,产生调试信息。-c只激活预处理,编译,和汇编,也就是他只把程序做成obj文件。例子用法:gcc-chello.c他将生成.o的obj文件。-S只激活预处理和编译,就是指把文件编译成为汇编代码。例子用法gcc-Shello.c他将生成.s的汇编代码。-E只激活预处理,这个不生成文件,你需要把它重定向到一个输出文件里面.例子用法:gcc-Ehello.c
heavendai
·
2011-11-11 16:00
linux
汇编
gcc
makefile
编译器
math.h
autotools
使用
autotools
是系列工具,读者首先要确认系统是否装了以下工具(可以用which命令进行查看)。
yehuijun
·
2011-11-10 08:00
从无到有制作Deb包的一个实例
淋雨的感觉分类:Linux平台]我希望从零开始制作出一个自己的Deb包,意思是连软件的源码都是自己写的,类似于debfromscratch吧,那么这样的一个制作过程大致由三部分构成:1源码的编写和测试2使用
autotools
·
2011-10-30 20:00
Deb
【半原创半转载】autotool和mankefile.am生成makefile
GNU
Autotools
的用法在较大项目中,如果手动维护Makefile,那将是一件复杂并痛苦的事情.那么,有没有一种轻松的手段生成Makefile呢?
nana08
·
2011-10-24 20:00
gcc
脚本
工具
compiler
makefile
编译器
Ubuntu 11.1安装google拼音输入法
编译前提:上面给的链接里面有介绍怎么编译的,但少提了几个必需组件,这里列一下:*
autotools
-dev* lib
kgd1120
·
2011-10-23 00:00
git
ubutu
LTP在Android上的移植
阅读INSTALL第二步:根据INSTALL来进行编译目标:ltp-full-20110915编译环境arm-linux-443主机平台i686-pc-linuxlinux版本Fedora14$make
autotools
blueice8601
·
2011-10-12 10:00
android
平台
构建系统之
Autotools
来自wiki的解释:所谓GNU构建体系(GNUBuildSystem)主要是指通过autoconf,automake和libtool这三个工具构建出来的软件结构体系,又名
Autotools
。
EricGe
·
2011-10-08 17:00
tools
gnu build tools(automake ...) 指导
http://
autotools
et.sourceforge.net/tutorial.html#SEC39 http://en.wikipedia.org/wiki/GNU_build_system
perfectpdl
·
2011-09-25 17:00
Build
tools
gnu build tools(automake ...) 指导
http://
autotools
et.sourceforge.net/tutorial.html#SEC39 http://en.wikipedia.org/wiki/GNU_build_system
javahigh1
·
2011-09-25 17:00
automake
gnu build tools(automake ...) 指导
http://
autotools
et.sourceforge.net/tutorial.html#SEC39 http://en.wikipedia.org/wiki/GNU_build_system
jiagou
·
2011-09-25 17:00
automake
gnu build tools(automake ...) 指导
http://
autotools
et.sourceforge.net/tutorial.html#SEC39 http://en.wikipedia.org/wiki/GNU_build_system
javatoyou
·
2011-09-25 17:00
automake
gnu build tools(automake ...) 指导
http://
autotools
et.sourceforge.net/tutorial.html#SEC39 http://en.wikipedia.org/wiki/GNU_build_system
jiagou
·
2011-09-25 17:00
automake
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
上一页
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
其他