• Wincent
    Menu
  • Blog
  • Wiki
  • Snippets
  • Tags
  • Search

Building flac 1.2.1 on Mac OS X LeopardEdit

Created 12/20/2007, updated 3/12/2020

wget http://dfn.dl.sourceforge.net/sourceforge/flac/flac-1.2.1.tar.gz tar xzvf flac-1.2.1.tar.gz cd flac-1.2.1 ./configure --disable-asm-optimizations && make && make check sudo make install

There actually were some minor test failures in make check, but they look harmless enough so I proceded with the install.

  • leopard
  • wiki
Site
  • About
  • Blog
  • Wiki
  • Snippets
  • Tags
  • Search
External
  • GitHub
  • Twitter
  • YouTube
  • Facebook
  • LinkedIn
Colophon

Made by Greg Hurrell with Rust (with help from Git and Neovim).