Weex

win10下的Ubuntu環境html

apt-get updatenode

apt-get upgradepython

第一步:安裝依賴包

一、安裝python 2.6版或者更高(ubuntu默認都已安裝,能夠在terminal中使用 pyhton -v 命令查看python版本)。
二、安裝其餘依賴包:git

sudo apt-get install g++ curl libssl-dev apache2-utilsgithub

安裝git工具apache

sudo apt-get install git-corenpm

安裝gccubuntu

方法一:

該方法超簡單:
sudo apt-get build-depgcc

就上面這條命令就能夠搞定

方法二:weex

sudo apt-get install build-essential

仍是簡單,一句命令也能夠搞定

安裝完了能夠執行
gcc--versioncurl

安裝 node-gyp

sudo apt-get install node-gyp

https://www.npmjs.com/package/node-gyp

npm install -g node-gyp

從新安裝 sudo cnpm install -g node-gyp, 以後
再安裝sudo cnpm install -g weex-toolkit 問題解決。

Weex開源測試之環境搭建,weex將來展望。

http://blog.csdn.net/dzsw0117/article/details/51702319

WIN10下阿里WEEX環境搭建

http://blog.csdn.net/jizi7618937/article/details/51611629

http://weex.help/?tab=good

http://alibaba.github.io/weex/doc/tutorial.html

https://github.com/TooTallNate/node-gyp/

You will also need to install:

On Unix:

  • python
  • make
  • A proper C/C++ compiler toolchain, like GCC

On Windows:

  • Python (v2.7.2 recommended, v3.x.x not yet supported)
  • Microsoft Visual C++ (Express version works well)
  • For 64-bit builds of node and native modules you will also need the Windows 7 64-bit SDK
相關文章
相關標籤/搜索