简体   繁体   中英

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?

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM