Skip to content

Build_jpn

Takeshi Nakatani edited this page Jul 5, 2018 · 4 revisions

ビルド方法 To English

K2HTPDTORおよびK2HTPDTORSVRをビルドする方法を説明します。

1. 事前環境

  • Debian / Ubuntu
$ sudo aptitude update
$ sudo aptitude install git autoconf autotools-dev gcc g++ make gdb dh-make fakeroot dpkg-dev devscripts libtool pkg-config libssl-dev libyaml-dev
  • Fedora / CentOS
$ sudo yum install git autoconf automake gcc libstdc++-devel gcc-c++ make libtool openssl-devel libyaml-devel

2. ビルド、インストール:FULLOCK

$ git clone https://github.com/yahoojapan/fullock.git
$ cd fullock
$ ./autogen.sh
$ ./configure --prefix=/usr
$ make
$ sudo make install

3. ビルド、インストール:K2HASH

$ git clone https://github.com/yahoojapan/k2hash.git
$ cd k2hash
$ ./autogen.sh
$ ./configure --prefix=/usr
$ make
$ sudo make install

4. ビルド、インストール:CHMPX

$ git clone https://github.com/yahoojapan/chmpx.git
$ cd chmpx
$ ./autogen.sh
$ ./configure --prefix=/usr
$ make
$ sudo make install

5. clone

$ git clone [email protected]:yahoojapan/chmpx.gif

6. ビルド、インストール:K2HTPDTOR

$ ./autogen.sh
$ ./configure --prefix=/usr
$ make
$ sudo make install
Clone this wiki locally