タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

HomeBrewに関するmercureのブックマーク (2)

  • Xcode, GCC, and Homebrew - Njuice

    Several months ago, I got fed up with having to download Xcode to build my software. I took the Xcode installer, ripped out all of the parts I didn't need, and made a nice installer for GCC. It ended up being ~200MB in size. It took 2 minutes to download. OSX-GCC-Installer was born. Perfect. Unfortunately, I couldn't include the 10.6/7 SDKs due to licensing restrictions. These SDKs include CoreAud

  • HomeBrewを使ってみる

    HomeBrewは最近登場したMacOS X用パッケージマネージャ。同様なものにはMacPortsやfinkがあるが、以下のような点はHomeBrew独特のものだ。 perlrubyなどMacOS Xに最初からインストールされているものがあれば、積極的にそれを使用する。(例えばMacPortsはperlrubyを必要とするパッケージがあれば、OSに入っているそれらを使わずに、わざわざMacPorts専用のperlrubyをインストールするように作られている。) パッケージのルール(Formulaと呼ぶ)がrubyで書かれる。 パッケージのインストール先として標準的な/usr/local/を使う。 これまではMacPortsのお世話になっていたが、MacPortsの複雑さ、OSにバイナリが存在するものまでいちいちコンパイルをしなければならない面倒さに何とかならないかと思っていたのでHo

  • 1