我正在尝试使用Visual Studio为Windows构建cling。完成所有步骤后,如下所示,由于某种原因,我似乎没有cling.exe在目录/ cling / build / Debug / bin中。有一个clang.exe,clang ++。exe和一堆随机的llvm,但似乎只缺少cling.exe。有谁知道我错过了一些步骤或出了什么问题?
//安装适用于Windows桌面的CMake 3.6.0和Visual Studio Express 2015
git clone root.cern.ch/git/llvm.git src
cd src
git checkout cling-patches
cd tools
git clone root.cern.ch/git/cling.git
git clone root.cern.ch/git/clang.git
cd clang
git checkout cling-patches
cd ../..
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX = [安装路径] .. \ src -G“Visual Studio 14”
//进入构建目录并打开LLVM.sln,在“Debug”和“Win32”上运行“Build Solution”
答案 0 :(得分:0)
我认为它目前不适用于Windows,但它会在几周内准备就绪。 https://root.cern.ch/phpBB3/viewtopic.php?f=21&t=22006&sid=b9bc976106f30bdd02d48427a88aa04e