| OLD | NEW |
| 1 For build instructions, please refer to: | 1 For build instructions, please refer to: |
| 2 | 2 |
| 3 https://code.google.com/p/v8/wiki/BuildingWithGYP | 3 https://code.google.com/p/v8/wiki/BuildingWithGYP |
| 4 | 4 |
| 5 TL;DR version on *nix: | 5 TL;DR version on *nix: |
| 6 $ make dependencies # Only needed once. | 6 $ make dependencies # Only needed once. |
| 7 $ make ia32.release -j8 | 7 $ make ia32.release -j8 |
| 8 $ make ia32.release.check # Optionally: run tests. | 8 $ make ia32.release.check # Optionally: run tests. |
| 9 | 9 |
| OLD | NEW |