소스 검색

Add section to describe how to install node.js from source

tags/0.4.1
Eric Bréchemier 14 년 전
부모
커밋
ecc228f4fd
1개의 변경된 파일11개의 추가작업 그리고 0개의 파일을 삭제
  1. +11
    -0
      TESTING.md

+ 11
- 0
TESTING.md 파일 보기

@@ -55,6 +55,17 @@ It is recommended to install node.js from source instead.

$ sudo apt-get install node

### How to install node.js from source

$ git clone https://github.com/joyent/node.git
$ cd node
$ # select the version to install, master is unstable;
$ # latest stable version is advertised on http://nodejs.org
$ git checkout v0.6.11
$ ./configure
$ make
$ sudo make install

### How to run the tests

The mustache.js test suite currently uses 4 different JavaScript runtime engines


불러오는 중...
취소
저장