Compile C++ Source Generated by HipHop

440 Views Asked by At

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?

1

There are 1 best solutions below

5
On BEST ANSWER

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