Ubuntu安装使用系列: C/C++编译器及其工具

Posted by cnruby Mon, 26 Jun 2006 18:03:00 GMT

Ubuntu安装使用系列: 目录和说明

安装C/C++编译器及其工具

  1. 安装C/C++编译器
    apt-get install gcc
  2. 安装相关构建工具
    apt-get install build-essential
  3. 安装zlib
    cd /home/kubuntu/Downloads/
    wget http://www.zlib.net/zlib-1.2.3.tar.gz
    tar xzvf zlib-1.2.3.tar.gz
    cd zlib-1.2.3
    ./configure
    make
    make install

Posted in  | Tags , , ,  | no comments | no trackbacks

Trackbacks: 0

Use the following link to trackback from your own site: http://www.hhtong.com/blog1/articles/trackback/963

Comments: 0

Leave a response | RSS feed for this post

Leave a response

Toggle website and email fields