Changes between Version 22 and Version 23 of CompilationGuide/MacOSX
- Timestamp:
- Nov 5, 2013, 9:10:08 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CompilationGuide/MacOSX
v22 v23 11 11 === Homebrew === 12 12 13 To get FFmpeg for OS X, you first have to install [http:// mxcl.github.com/homebrew/ Homebrew].13 To get FFmpeg for OS X, you first have to install [http://brew.sh/ Homebrew]. 14 14 15 15 {{{ 16 ruby <(curl -fsSkL raw.github.com/mxcl/homebrew/go)16 ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)" 17 17 }}} 18 18
