echoprint-codegen version HEAD for OS X
The formula for echoprint-codegen was recently updated to version HEAD.
To install echoprint-codegen on your Mac, open your Terminal application and run the following commands;
brew update brew install echoprint-codegen
The updated formula is as follows:
1 2 3 4 5 6 7 8 9 10 11 12 13 14
require 'formula' class EchoprintCodegen < Formula head 'https://github.com/echonest/echoprint-codegen.git' homepage 'http://echoprint.me' depends_on 'ffmpeg' depends_on 'taglib' depends_on 'boost' def install system "cd src; PREFIX=#{prefix} make install" end end
This package, echoprint-codegen, depends on;
ffmpeg
taglib
boost
See which packages depend on echoprint-codegen.










