aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
blob: d8df604c495ecb18f9e0a85e0a9035d0be2be8d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
layout: index
lang: en
title: Homebrew — MacPorts driving you to drink? Try Homebrew!
subtitle: The missing package manager for OS X

pagecontent:
  what: Homebrew installs <a href="https://github.com/mxcl/homebrew/tree/master/Library/Formula" title="List of Homebrew packages">the stuff you need</a> that Apple didn’t.
  how: Homebrew installs packages to their own directory and then symlinks their files into <code>/usr/local</code>.
  prefix: Homebrew won’t install files outside its prefix, and you can place a Homebrew installation wherever you like.
  createpackages: Trivially create your own Homebrew packages.
  hack: It's all git and ruby underneath, so hack away with the knowledge that you can easily revert your modifications and merge upstream updates.
  formula: "Homebrew formula are simple Ruby scripts:"
  complement: Homebrew complements OS X. Install your gems with <code>gem</code>, and their dependencies with <code>brew</code>.
  install:
    install: Install Homebrew
    paste: Paste that at a Terminal prompt.
    what: The script explains what it will do and then pauses before it does it. There are more installation options <a href='https://github.com/mxcl/homebrew/wiki/Installation'>here</a> (needed on 10.5).
  doc:
    further: Further Documentation
    wiki: Homebrew Wiki
  foot:
    code: Original code by <a href="http://methylblue.com/">Max Howell</a>.
    page: Website by <a href="http://exomel.com">Rémi Prévost</a>.
---