fribidi version 0.10.9 for OS X
The formula for fribidi was recently updated to version 0.10.9.
To install fribidi on your Mac, open your Terminal application and run the following commands;
brew update brew install fribidi
The updated formula is as follows:
1 2 3 4 5 6 7 8 9 10 11 12
require 'formula' class Fribidi < Formula url 'http://fribidi.org/download/fribidi-0.10.9.tar.gz' md5 '647aee89079b056269ff0918dc1c6d28' homepage 'http://fribidi.org/' def install system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking" system "make install" end end
Currently fribidi has no dependencies in homebrew.
See which packages depend on fribidi.











