Search code examples
phpc++compilationhiphop

Compile C++ Source Generated by HipHop


How can I compile a project converted into C++ with HipHop on a different server (which doesn't have HipHop installed)?

I've copied the source over, it look like this:

./   CMakeCache.txt  cmake_install.cmake  CodeError.js  php/      sep_extensions.mk
../  CMakeFiles/     CMakeLists.txt       Makefile      sys/

Now how can I compile this?


Solution

  • It's got a Makefile in the directory; try just typing make and see what happens.