I hereby claim:
- I am d2s on github.
- I am d2s (https://keybase.io/d2s) on keybase.
- I have a public key whose fingerprint is 5D9D 5733 EF76 D23E 9A02 BA2F A051 40E1 02DF 6F6F
To claim this, I am signing this object:
| <div class="project img_project1"> | |
| <div class="link-div"> | |
| <object type="img/gif"> | |
| <a class="lightbox" href="http://example.com/"> | |
| <img src="/images/spacer.gif" alt="" width="100%" height="100%" /> | |
| </a> | |
| </object> | |
| </div> | |
| <h5>Project 1</h5> | |
| <p>Description of the project.</p> |
| This file contains any messages produced by compilers while | |
| running configure, to aid debugging if configure makes a mistake. | |
| It was created by libnet configure 1.1.4, which was | |
| generated by GNU Autoconf 2.61. Invocation command line was | |
| $ ./configure --prefix=/usr/local/Cellar/libnet/1.1 --disable-debug --disable-dependency-tracking | |
| ## --------- ## | |
| ## Platform. ## |
| This file contains any messages produced by compilers while | |
| running configure, to aid debugging if configure makes a mistake. | |
| It was created by libnet configure 1.1.4, which was | |
| generated by GNU Autoconf 2.61. Invocation command line was | |
| $ ./configure --prefix=/usr/local/Cellar/libnet/1.1 --disable-debug --disable-dependency-tracking | |
| ## --------- ## | |
| ## Platform. ## |
| This file contains any messages produced by compilers while | |
| running configure, to aid debugging if configure makes a mistake. | |
| It was created by GnuTLS configure 2.10.4, which was | |
| generated by GNU Autoconf 2.67. Invocation command line was | |
| $ ./configure --disable-debug --disable-dependency-tracking --prefix=/usr/local/Cellar/gnutls/2.10.4 --disable-guile | |
| ## --------- ## | |
| ## Platform. ## |
| ~ > brew install imagemagick | |
| /usr/local/git/bin/git | |
| ==> Cloning https://github.com/adamv/ImageMagick.git | |
| M www/api/animate.html | |
| M www/api/annotate.html | |
| M www/api/attribute.html | |
| M www/api/blob.html | |
| M www/api/cache-view.html | |
| M www/api/cache.html | |
| M www/api/cipher.html |
| Unbrewed static libraries were found in /usr/local/lib. | |
| If you didn't put them there on purpose they could cause problems when | |
| building Homebrew formulae, and may need to be deleted. | |
| Unexpected static libraries: | |
| /usr/local/lib/libassuan-pth.a | |
| /usr/local/lib/libassuan.a | |
| Unbrewed .la files were found in /usr/local/lib. |
| ada:~ d2s$ brew install redis-php | |
| ==> Downloading https://github.com/nicolasff/phpredis/tarball/2.1.3 | |
| Already downloaded: /Users/d2s/Library/Caches/Homebrew/redis-php-2.1.3.tgz | |
| ==> phpize | |
| ==> ./configure --prefix=/usr/local/Cellar/redis-php/2.1.3 | |
| ==> make | |
| /bin/sh /private/tmp/homebrew-redis-php-2.1.3-pyGo/nicolasff-phpredis-43bc590/libtool --mode=compile /usr/bin/clang -I. -I/private/tmp/homebrew-redis-php-2.1.3-pyGo/nicolasff-phpredis-43bc590 -DPHP_ATOM_INC -I/private/tmp/homebrew-redis-php-2.1.3-pyGo/nicolasff-phpredis-43bc590/include -I/private/tmp/homebrew-redis-php-2.1.3-pyGo/nicolasff-phpredis-43bc590/main -I/private/tmp/homebrew-redis-php-2.1.3-pyGo/nicolasff-phpredis-43bc590 -I/usr/local/Cellar/php/5.3.10/include/php -I/usr/local/Cellar/php/5.3.10/include/php/main -I/usr/local/Cellar/php/5.3.10/include/php/TSRM -I/usr/local/Cellar/php/5.3.10/include/php/Zend -I/usr/local/Cellar/php/5.3.10/include/php/ext -I/usr/local/Cellar/php/5.3.10/include/php/ext/date/lib -DHAVE_CONFIG_H -Os -w -pipe -march=nat |
| d2s@d2s-VirtualBox:~$ ruby-install ruby 2.2.2 | |
| >>> Installing ruby 2.2.2 into /home/d2s/.rubies/ruby-2.2.2 ... | |
| >>> Installing dependencies for ruby 2.2.2 ... | |
| [sudo] password for d2s: | |
| Reading package lists... Done | |
| Building dependency tree | |
| Reading state information... Done | |
| build-essential is already the newest version. | |
| libffi-dev is already the newest version. | |
| libgdbm-dev is already the newest version. |
I hereby claim:
To claim this, I am signing this object:
A quick guide on how to setup Node.js development environment.
nvm allows installing several versions of Node.js to the same system. Sometimes applications require a certain versions of Node.js to work. Having the flexibility of using specific versions can help.