Question

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?

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top