Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 421 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 421 Bytes

Phydro - PHP bindings for libhydrogen

Building

Either install libhydrogen to a standard system location, or check out the source tree and build this extension directly against that.

Example building against libhydrogen sources:

$ mkdir src
$ cd src
$ git clone github.com/jedisct1/libhydrogen
$ git clone github.com/phplang/phydro
$ cd ohydro
$ phpize
$ ./configure --with-phydro=../libhydrogen
$ make