-
Notifications
You must be signed in to change notification settings - Fork 4
Build_jpn
Takeshi Nakatani edited this page Jul 5, 2018
·
4 revisions
K2HTPDTORおよびK2HTPDTORSVRをビルドする方法を説明します。
- 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
$ git clone https://github.com/yahoojapan/fullock.git
$ cd fullock
$ ./autogen.sh
$ ./configure --prefix=/usr
$ make
$ sudo make install
$ git clone https://github.com/yahoojapan/k2hash.git
$ cd k2hash
$ ./autogen.sh
$ ./configure --prefix=/usr
$ make
$ sudo make install
$ git clone https://github.com/yahoojapan/chmpx.git
$ cd chmpx
$ ./autogen.sh
$ ./configure --prefix=/usr
$ make
$ sudo make install
$ git clone [email protected]:yahoojapan/chmpx.gif
$ ./autogen.sh
$ ./configure --prefix=/usr
$ make
$ sudo make install