2
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Expatをソースからインストール

Last updated at Posted at 2013-09-12

Expat

  • 概要
    tcl-develをソースからインストールする。

  • 本家?

The Expat XML Parser

「expat-x.x.x.tar.gz」
→任意のディレクトリに配置

  • 解凍
tar
$ tar xzvf expat-x.x.x.tar.gz
  • configure
./configure
$ ./configure --prefix=/opt/expat/expat-2.1.0 --disable-static
  • make, make install
make
$ make && make install
2
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
4

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?