我收到此错误: HPHP_HOME的值不存在
当我运行cmake时。在hiphop目录下。
我可以采取哪些措施来解决这个问题吗?
答案 0 :(得分:-1)
您需要定义HPHP_HOME环境变量。
请参阅https://github.com/facebook/hiphop-php/wiki/Running-HipHop(这实际上是谷歌上发现的第一个链接):
cd .. # into the root of the hphp checkout
export HPHP_HOME=`pwd`
export HPHP_LIB=`pwd`/bin