通过自制程序在哪里安装快照

Nic*_*ell 2 homebrew

我已经安装了snappy(我认为)brew install snappy

brew info snappy

snappy: stable 1.1.7 (bottled), HEAD
Compression/decompression library aiming for high speed
https://google.github.io/snappy/
/usr/local/Cellar/snappy/1.1.7_1 (18 files, 118KB) *
  Poured from bottle on 2018-04-04 at 19:44:10
From: https://github.com/Homebrew/homebrew-core/blob/master/Formula/snappy.rb
==> Dependencies
Build: cmake ?, pkg-config ?
==> Options
--HEAD
    Install HEAD version
Run Code Online (Sandbox Code Playgroud)

然而,有没有snappy/usr/local/bin。它在哪里?

Nic*_*ell 7

啊! 需要运行brew install snzip以为snappy库创建命令行包装。

可以运行snzip -k FILE以压缩文件并保留它。snzip -d FILE.sz解压缩。