OSX

xcode を入れて、消して、node がビルドできた話

OSX 10.7.2 で node がビルドできなくなっていた。https://gist.github.com/1897050 https://gist.github.com/1896989 @dab Node requires header files which would be legally dubious to include in osx-gcc-installer. You need a full XCode install to…

homebrew でインストールオプションを表示する

% brew options formula% brew options ruby ruby --with-suffix Add a 19 suffix to commands --with-doc Install with the Ruby documentation --universal Compile a universal binary (arch=x86_64,i386)

Pow と Apache を共存させる

OSX

Pow をインストールすると80番ポートを奪われるので、Apache が80番ポートを使えなくなる。 php を動かしたいときがときどきあるので、Pow のポートを変更する または、Apache のポートを変更する必要がある。 Pow のポートを変えると不便なので、Apache で …