chobie / php-uv

libuv php extension
185 stars 21 forks source link

building issue #1

Closed chobie closed 12 years ago

chobie commented 12 years ago

I have a problem regarding building php-uv. currently, I have to copy uv.a to libuv.a as I didn't know Autoconf settings in this case.

for now, this extension is able to build following steps.

cd libuv
make
cp uv.a libuv.a
cd ..
phpize
./configure
make
make install