美文网首页
install ifuse on macos

install ifuse on macos

作者: 景彧 | 来源:发表于2017-06-08 11:05 被阅读244次
    Last login: Thu Jun  8 08:41:09 on ttys000
    Eric-Luos-Macbook-Pro:~ Apple$ brew install ifuse
    ifuse: OsxfuseRequirement unsatisfied!
    
    You can install with Homebrew-Cask:
      brew cask install osxfuse
    
    You can download from:
      https://osxfuse.github.io/
    Error: An unsatisfied requirement failed this build.
    
    Eric-Luos-Macbook-Pro:~ Apple$ brew cask install osxfuse
    ==> Caveats
    You must reboot for the installation of osxfuse to take effect.
    
    ==> Downloading https://github.com/osxfuse/osxfuse/releases/download/osxfuse-3.5.8/osxfuse-3.5.8.dmg
    ######################################################################## 100.0%
    ==> Verifying checksum for Cask osxfuse
    ==> Installing Cask osxfuse
    ==> Running installer for osxfuse; your password may be necessary.
    ==> Package installers may write to any location; options such as --appdir are ignored.
    Password:
    ==> installer: Package name is FUSE for macOS
    ==> installer: choices changes file '/var/folders/2d/t80lcrwd7lq6z19q5dzhdqp40000gn/T/choices2017060
    ==> installer: Installing at base path /
    ==> installer: The install was successful.
    🍺  osxfuse was successfully installed!
    Eric-Luos-Macbook-Pro:~ Apple$ brew install ifuse
    Updating Homebrew...
    ==> Auto-updated Homebrew!
    Updated 1 tap (caskroom/cask).
    No changes to formulae.
    
    ==> Installing dependencies for ifuse: libffi, pcre, glib
    ==> Installing ifuse dependency: libffi
    ==> Downloading https://homebrew.bintray.com/bottles/libffi-3.2.1.sierra.bottle.tar.gz
    ######################################################################## 100.0%
    ==> Pouring libffi-3.2.1.sierra.bottle.tar.gz
    ==> Using the sandbox
    ==> Caveats
    This formula is keg-only, which means it was not symlinked into /usr/local,
    because some formulae require a newer version of libffi.
    
    For compilers to find this software you may need to set:
        LDFLAGS:  -L/usr/local/opt/libffi/lib
    For pkg-config to find this software you may need to set:
        PKG_CONFIG_PATH: /usr/local/opt/libffi/lib/pkgconfig
    
    ==> Summary
    🍺  /usr/local/Cellar/libffi/3.2.1: 16 files, 297.0KB
    ==> Installing ifuse dependency: pcre
    ==> Downloading https://homebrew.bintray.com/bottles/pcre-8.40.sierra.bottle.tar.gz
    ######################################################################## 100.0%
    ==> Pouring pcre-8.40.sierra.bottle.tar.gz
    🍺  /usr/local/Cellar/pcre/8.40: 204 files, 5.4MB
    ==> Installing ifuse dependency: glib
    ==> Downloading https://homebrew.bintray.com/bottles/glib-2.52.2.sierra.bottle.tar.gz
    ######################################################################## 100.0%
    ==> Pouring glib-2.52.2.sierra.bottle.tar.gz
    🍺  /usr/local/Cellar/glib/2.52.2: 430 files, 22.6MB
    ==> Installing ifuse 
    ==> Downloading https://homebrew.bintray.com/bottles/ifuse-1.1.3.sierra.bottle.tar.gz
    ######################################################################## 100.0%
    ==> Pouring ifuse-1.1.3.sierra.bottle.tar.gz
    🍺  /usr/local/Cellar/ifuse/1.1.3: 8 files, 59.6KB
    Eric-Luos-Macbook-Pro:~ Apple$ 
    
    

    相关文章

      网友评论

          本文标题:install ifuse on macos

          本文链接:https://www.haomeiwen.com/subject/whbzfxtx.html