[ci skip] add note for 64bit machine. thx @csaoh

This commit is contained in:
Shuhei Tanuma 2013-02-27 01:36:38 +09:00
parent 0a7cb9757c
commit 405a3020de

View File

@ -15,6 +15,7 @@ or move to extension all together so do not rely to much on them you have been w
git clone https://github.com/chobie/php-uv.git --recursive
cd php-uv
(cd libuv && make)
# Note: please use `make libuv.a CFLAGS=-fPIC` instead of `make` on 64bit box.
phpize
./configure
make