- Node.js Web Development
- David Herron
- 72字
- 2021-06-25 21:54:00
Installing from source on Windows
The BUILDING.md document referenced previously has instructions. One uses the build tools from Visual Studio, or else the full Visual Studio 2017 product:
- Visual Studio 2017: https://www.visualstudio.com/downloads/
- Build tools: https://www.visualstudio.com/downloads/#build-tools-for-visual-studio-2017
Three additional tools are required:
- Git for Windows: http://git-scm.com/download/win
- Python: https://www.python.org/
- OpenSSL: https://www.openssl.org/source/ and https://wiki.openssl.org/index.php/Binaries
Then, run the included .\vcbuild script to perform the build.
推薦閱讀
- 深入核心的敏捷開發:ThoughtWorks五大關鍵實踐
- ExtGWT Rich Internet Application Cookbook
- Visual Basic程序設計與應用實踐教程
- PhoneGap Mobile Application Development Cookbook
- SQL基礎教程(視頻教學版)
- 自制編程語言
- 深度學習:Java語言實現
- Python極簡講義:一本書入門數據分析與機器學習
- Lighttpd源碼分析
- INSTANT Yii 1.1 Application Development Starter
- Hands-On JavaScript for Python Developers
- R Data Science Essentials
- Visual C++開發寶典
- Python Machine Learning Cookbook
- Python Linux系統管理與自動化運維