This shows you the differences between two versions of the page.
| Previous revision | |||
| — | fuss:homebrew [2025/10/21 23:26] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Getting Homebrew to Work on Leopard ====== | ||
| + | Leopard uses Xcode 3.1.4 that bundles '' | ||
| + | |||
| + | < | ||
| + | module MacCPUs | ||
| + | OPTIMIZATION_FLAGS = { | ||
| + | ... | ||
| + | :core2 => -march=nocona, | ||
| + | ... | ||
| + | } | ||
| + | </ | ||
| + | |||
| + | ====== Installing Packages with Custom Compile Options ====== | ||
| + | |||
| + | Sometimes the default compile flags supplied in the '' | ||
| + | <code bash> | ||
| + | brew install ffmpeg --with-fdk-aac --with-ffplay --with-freetype --with-frei0r --with-libass --with-libvo-aacenc --with-libvorbis --with-libvpx --with-opencore-amr --with-openjpeg --with-opus --with-rtmpdump --with-schroedinger --with-speex --with-theora --with-tools | ||
| + | </ | ||
| + | |||
| + | In case the package is already installed, substitute '' | ||
| + | |||
| + | ====== Granting Multiple Users Access to Homebrew ====== | ||
| + | |||
| + | Homebrew on OSX installs in ''/ | ||
| + | |||
| + | You can change the ACLs for the entire ''/ | ||
| + | |||
| + | {{fuss: | ||
| + | |||
| + | On the pop-up pane, select the '' | ||
| + | |||
| + | This will have to be performed for the directories: | ||
| + | |||
| + | * ''/ | ||
| + | * ''/ | ||
| + | |||
| + | After which you should be able to issue: | ||
| + | <code bash> | ||
| + | brew doctor | ||
| + | </ | ||
| + | |||
| + | for any of the users you have added to check that everything is in order. | ||
| + | |||
| + | ====== Install Packages with Custom Compilation Flags ====== | ||
| + | |||
| + | Suppose you would want to install '' | ||
| + | <code bash> | ||
| + | brew install ffmpeg --with-libvorbis | ||
| + | </ | ||
| + | |||
| + | which will add the '' | ||
| + | |||
| + | If you would like to query a formula for available compile-time options, you would run: | ||
| + | <code bash> | ||
| + | brew options ffmpeg | ||
| + | </ | ||
| + | which will list the compile-time options for '' | ||
For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.