- Node.js Web Development
- David Herron
- 134字
- 2021-06-25 21:53:59
Installing from source on POSIX-like systems
Installing the prepackaged Node.js distributions is the preferred installation method. However, installing Node.js from source is desirable in a few situations:
- It can let you optimize the compiler settings as desired
- It can let you cross-compile, say, for an embedded ARM system
- You might need to keep multiple Node.js builds for testing
- You might be working on Node.js itself
Now that you have the high-level view, let's get our hands dirty mucking around in some build scripts. The general process follows the usual configure, make, and make install routine that you may already have performed with other open source software packages. If not, don't worry, we'll guide you through the process.
The official installation instructions are in the README.md contained within the source distribution at https://github.com/nodejs/node/blob/master/README.md.
推薦閱讀
- Objective-C Memory Management Essentials
- 移動(dòng)UI設(shè)計(jì)(微課版)
- 程序員面試筆試寶典
- Go語(yǔ)言高效編程:原理、可觀測(cè)性與優(yōu)化
- Visual Basic程序設(shè)計(jì)習(xí)題解答與上機(jī)指導(dǎo)
- Mastering Apache Maven 3
- Learning ArcGIS for Desktop
- Learning Unreal Engine Android Game Development
- Spring Security Essentials
- INSTANT Silverlight 5 Animation
- JSP程序設(shè)計(jì)與案例實(shí)戰(zhàn)(慕課版)
- 貫通Tomcat開(kāi)發(fā)
- PowerDesigner 16 從入門到精通
- 高性能PHP 7
- Android應(yīng)用開(kāi)發(fā)攻略