jamespan / hexo-ruby-character

Ruby charater tag for Hexo
MIT License
95 stars 11 forks source link

install fail in windows10 #2

Open kaedea opened 8 years ago

kaedea commented 8 years ago

after I install python, it fails again, telling that no .net framework 2.0 sdk found!

should I install .net 2.0 sdk?

jamespan commented 8 years ago

Did you set the PYTHON env variable, and make sure python command is in your PATH?

kaedea commented 8 years ago

yes, it is all right to run python cmd. but it still fails, errors with something like no .net framework sdk 2.0 in win10. does your plugin needs supports with .net, yet i don't think so.

jamespan commented 8 years ago

@kaedea It needs to compile a cpp module called "jieba".

I don't have a win10 device right now, I'll try if I can reappear this issue on win7.

jamespan commented 8 years ago

@kaedea

windows 7 2016-01-03 23-04-55

Is this like what you talking about? If so, following the message to install the compilers.

something may help here https://github.com/nodejs/node-gyp#installation

kaedea commented 8 years ago

yes, that's my point being. i will try your solution in win10.

kaedea commented 8 years ago

Roger~

潘家邦 notifications@github.com于2016年1月3日周日 23:11写道:

@kaedea https://github.com/kaedea

[image: windows 7 2016-01-03 23-04-55] https://cloud.githubusercontent.com/assets/1175306/12079311/e6a533d8-b26e-11e5-9546-ffd616c98323.png

你看到的错误是这个吗?如果是的话,就按照错误提示安装编译环境吧。Windows上没有VC编译环境就会提示这个,Linux和OS X如果没有GCC和Clang也会提示类似的错误,之前我在Docker里部署博客的时候就遇到说找不到g++的,安装一下就好了。

— Reply to this email directly or view it on GitHub https://github.com/JamesPan/hexo-ruby-character/issues/2#issuecomment-168504743 .