This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dlp@sax:~/code$ git clone --depth 1 https://github.com/joyent/node.git | |
Initialized empty Git repository in /home/dlp/code/node/.git/ | |
remote: Counting objects: 17567, done. | |
remote: Compressing objects: 100% (6871/6871), done. | |
remote: Total 17567 (delta 14313), reused 12979 (delta 10435) | |
Receiving objects: 100% (17567/17567), 20.30 MiB | 644 KiB/s, done. | |
Resolving deltas: 100% (14313/14313), done. | |
dlp@sax:~/code$ cd node/ | |
dlp@sax:~/code/node$ ./configure | |
Checking for program g++ or c++ : /usr/bin/g++ |