-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Window 64 位系统上如何安装YouCompleteMe? #2
Comments
谢谢回复。我就是想编译YCM。我的vim是下载别人编译好的。。。 |
自动编译不成功,提示什么 |
安装了个VS 2015和Python 2.7.13之后编译成功而且能用。我用Python 2 运行脚本的,但看起来,应该还是用VS 2017 编译ycm的。 C:\Program Files (x86)\Vim\vim80\bundle\YouCompleteMe>python2 install.py --clang-completer 生成启动时间为 2017/8/2 16:13:28。 项目“C:\Users\Hello\AppData\Local\Temp\ycm_build_nbigw6\ycm\ycm_core.vcxproj”(1)正在节点 1 上生成“C:\Users\Hello\AppData\Local\Temp\ycm_build_nbigw6\BoostParts\BoostParts.vcxproj”(3) (默认目标)。 PrepareForBuild: 已成功生成。 “C:\Users\Hello\AppData\Local\Temp\ycm_build_nbigw6\ycm\ycm_core.vcxproj”(默认目标) (1) -> “C:\Users\Hello\AppData\Local\Temp\ycm_build_nbigw6\ycm\ycm_core.vcxproj”(默认目标) (1) -> “C:\Users\Hello\AppData\Local\Temp\ycm_build_nbigw6\ycm\ycm_core.vcxproj”(默认目标) (1) -> “C:\Users\Hello\AppData\Local\Temp\ycm_build_nbigw6\ycm\ycm_core.vcxproj”(默认目标) (1) ->
已用时间 00:02:04.46 |
没有,安装了Visual Studio就可以了 从编译结果看是成功的,自动编译成功了。 在Windows下,直接拷贝YouCompleteMe文件夹,一般是不可用的。 |
谢谢。那使用这个东西还是很麻烦的……我还以为一次编译就可以到处使用了。 |
看到您的“monkey-vim”的截图,很漂亮,有些设置和我自己惯用的不一样,就不想完全照搬。
我想请教一下怎么在Window 64 位系统上如何安装YouCompleteMe。 在网上找到的很多教程都是花很多笔墨去介绍YouCompleteMe如何快速、如何模糊搜索、如何……一到关键步骤偏偏就语焉不详,对新手及其不友好。 我现在特来请教的是,手动编译时候的详细步骤,因为自动编译似乎没成功。
我的电脑上已经安装了Visual Studio 2017((只安装了C++组件))、Python(3.5.2)、CMake、LLVM、7-zip、Git、curl等,位数都是64位的,基本是最新的。
另外,请问编译完成后是不是可以把YouCompleteMe目录整个复制到另一台Windows 64位机器上使用,除了要求有Python之外,还需要Visual Studio 2017、CMake、LLVM、7-zip、Git、curl等这些东西吗?
The text was updated successfully, but these errors were encountered: