大家好!
我尝试编译 MacRuby,可是得到如下的错误:
The llvm-config executable was not located as /usr/local/bin/llvm-config. Please make sure LLVM is correctly installed on your machine and pass the llvm_config option to rake if necessary.
我有安装 llvm 2.8,但是不是在 /user/local/bin 而是在一个特殊的位置。应当使用怎样的命令才能把 llvm-config 的位置告诉 rake 呢?
另,安装 MacRuby 的时候,rake 是否支持一个类似 prefix 的机制,用来设定特定的安装路径呢?
Thanks,
Huahang
我尝试编译 MacRuby,可是得到如下的错误:
The llvm-config executable was not located as /usr/local/bin/llvm-config. Please make sure LLVM is correctly installed on your machine and pass the llvm_config option to rake if necessary.
我有安装 llvm 2.8,但是不是在 /user/local/bin 而是在一个特殊的位置。应当使用怎样的命令才能把 llvm-config 的位置告诉 rake 呢?
另,安装 MacRuby 的时候,rake 是否支持一个类似 prefix 的机制,用来设定特定的安装路径呢?
Thanks,
Huahang