摘要: Using Visual StudioThe following details setting up for and building Clang on Windows using Visual Studio:Get the required tools:Subversion. Source code control program. Get it from:http://subversion.tigris.org/getting.htmlcmake. This is used for generating Visual Studio solution and project files. 阅读全文
posted @ 2012-11-05 19:05 weinyzhou 阅读(349) 评论(0) 推荐(0) 编辑
摘要: Using Visual StudioThe following details setting up for and building Clang on Windows using Visual Studio:Get the required tools:Subversion. Source co... 阅读全文
posted @ 2012-11-05 19:05 weinyzhou 阅读(364) 评论(0) 推荐(0) 编辑
摘要: Clang Installation:If you want to build clang yourself, seehttp://clang.llvm.org/get_started.html. Otherwise see below for already built binaries of clang for easier installation.Debian/Ubuntusudo apt-get install clang Gentooemerge clang Arch Linuxpacman -S clang MacOSXsudo port install clang Window 阅读全文
posted @ 2012-11-05 19:03 weinyzhou 阅读(2362) 评论(0) 推荐(0) 编辑
摘要: Clang Installation:If you want to build clang yourself, seehttp://clang.llvm.org/get_started.html. Otherwise see below for already built binaries of c... 阅读全文
posted @ 2012-11-05 19:03 weinyzhou 阅读(185) 评论(0) 推荐(0) 编辑