Vault7: CIA Hacking Tools Revealed
Navigation: » Latest version
Owner: User #15728648
Development Resources
Homebrew
To install formulae locally, copy them to ~/Library/Caches/Homebrew/Formula (mkdir if this does not exists), and copy the dependencies to ~/Library/Caches/Homebrew
mkdir -p ~/Library/Caches/Homebrew/Formulacp ~/Downloads/grep.rb ~/Library/Caches/Homebrew/Formula/cp grep-2.20.tar.xz xz-5.0.5.mavericks.bottle.3.tar.gz pcre-8.35.mavericks.bottle.tar.gz ~/Library/Caches/Homebrew/brew install grep
To get the dependencies, get on an internet machine with homebrew installed a do:
brew fetch --deps
The dependencies will be in ~/Library/Caches/Homebrew
(or /Library/Caches/Homebrew)
FauxPas
Application that inspects an Xcode project and warns about possible bugs, as well ass maintainability and style issues.