Cheers
Mal Curtis
We're wanting to make sure the first release is as simple as possible for people to use and have been working towards streamlining this as much as possible. We've improved the install process of a few required dependencies such as xhp, timelib, sqlite3 and afdt. This leaves you with just libevent and libcurl to install from source before you can build HipHop. Ideally we can eliminate both of these in the future and use the stock builds.
Today we patched it to work with the latest versions of Boost and tested building on a clean Ubuntu install.
Haiping worked on checking Wordpress compiled and checking that a few other popular pieces of software were working. A bug report was filed and fixed for some Wordpress issues. http://core.trac.wordpress.org/changeset/13054
I'm intending to push my remaining changes to our github on Tuesday and let Haiping perform a few QA tests and merge any required changes in prior to release.
Scott
> Thanks for the detailed info.
>
> > This leaves you with just libevent and libcurl to install from source before you can build HipHop
>
> Will binaries be provided as well ? I'm not interested in having my custom HipHop build actually :)
>
HipHop is only for Linux at the moment, when compiling your application it needs access to the header files for the various libraries that it links against. Which at the moment are shared and not static.
Scott
HipHop is only for Linux at the moment, when compiling your application it needs access to the header files for the various libraries that it links against. Which at the moment are shared and not static.
I understand: you'll need the necessary (C/C++) headers to build your application. But the question is: will HipHop (Linux) binaries be made available in addition to the HipHop sources ? Or will it be available as source only ?
HipHop is only for Linux at the moment, when compiling your application it needs access to the header files for the various libraries that it links against. Which at the moment are shared and not static.
I understand: you'll need the necessary (C/C++) headers to build your application. But the question is: will HipHop (Linux) binaries be made available in addition to the HipHop sources ? Or will it be available as source only ?