Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1791392
  • 博文数量: 600
  • 博客积分: 10581
  • 博客等级: 上将
  • 技术积分: 6205
  • 用 户 组: 普通用户
  • 注册时间: 2008-11-06 10:13
文章分类
文章存档

2016年(2)

2015年(9)

2014年(8)

2013年(5)

2012年(8)

2011年(36)

2010年(34)

2009年(451)

2008年(47)

分类: LINUX

2008-11-10 18:09:12

Writing Portable C++ with GNU Autotools:

autoscan

    autoscan.log

    configure.scan

    mv configure.scan configure.in

        AM_INIT_AUTOMAKE

        AC_PROG_LIBTOOL

aclocal

    autom4te.cache

    aclocal.m4

autoconf

    configure

libtoolize -c -f

    config.guess

    config.sub

    ltmain.sh

autoheader

    config.h.in

automake --add-missing

    install-sh -> /usr/share/automake-1.9/install-sh
    missing -> /usr/share/automake-1.9/missing
    depcomp -> /usr/share/automake-1.9/depcomp
    INSTALL -> /usr/share/automake-1.9/INSTALL
    COPYING -> /usr/share/automake-1.9/COPYING

    makefile.in

touch NEWS AUTHORS ChangeLog README

CXX="ccache distcc" ./configure --prefix=(make install 的安装目录)

    libtool

    config.status

make

make install 安装

make dist    构建 .tar.gz

阅读(1349) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~