vipsoft / hhvm-ext-geoip

GeoIP extension for HipHop VM (HHVM HNI DSO)
Other
10 stars 8 forks source link

Maybe in README.md suggest installation of hhvm-dev as an alternative option to using source? #18

Closed mzaslavsky closed 9 years ago

mzaslavsky commented 9 years ago

As mentioned in https://github.com/vipsoft/hhvm-ext-geoip/issues/12, it's possible to install hhvm-dev to access hphpize rather than slowly compile hhvm from source. The user will still need to install all dependencies as necessary (e.g. third-party libraries in Ubuntu 12.04 - https://github.com/facebook/hhvm/wiki/Building-and-installing-HHVM-on-Ubuntu-12.04) but the overall process would be much quicker.

steelbrain commented 9 years ago

I always install hhvm-dev instead of compiling hhvm from source. Works cool for me.