mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
240 B
10 lines
240 B
12 years ago
|
For build instructions, please refer to:
|
||
14 years ago
|
|
||
12 years ago
|
https://code.google.com/p/v8/wiki/BuildingWithGYP
|
||
14 years ago
|
|
||
12 years ago
|
TL;DR version on *nix:
|
||
|
$ make dependencies # Only needed once.
|
||
|
$ make ia32.release -j8
|
||
|
$ make ia32.release.check # Optionally: run tests.
|
||
14 years ago
|
|