作者Bellkna (Belldandy)
看板Editor
标题Re: [vim ] 请问如何启用python?
时间Wed Jan 30 14:40:21 2013
※ 引述《skyline99 ()》之铭言:
: 我打version时发现 -python
: 请问怎麽启用变成+python呢
: 请各位高手帮忙 谢谢
//Linux
./configure --with-features=huge --enable-gui=auto
--enable-pythoninterp=yes //Python
--enable-python3interp=yes //Python3
//Windows
mingw32-make.exe -f Make_ming.mak FEATURES=HUGE
ARCH=x86-64 //64bit Only
PYTHON=C:\Python27 PYTHON_VER=27 DYNAMIC_PYTHON=no //Python
PYTHON3=C:\Python33 PYTHON3_VER=33 DYNAMIC_PYTHON3=no //Python3
自己编的话 我是用这样
不过 windows 下 64bit 的 vim 的 python 我没编成功过
(dyn 我也没成功过 所以我都编单一支援)
不知道是 tdm-gcc 还是 python 的问题
不过 我记得官方安装版就有 python 支援了
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 111.252.227.47