dia version 0.97.1 for OS X
The formula for dia was recently updated to version 0.97.1.
To install dia on your Mac, open your Terminal application and run the following commands;
brew update brew install dia
The updated formula is as follows:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
require 'formula' class Dia < Formula url 'http://ftp.gnome.org/pub/gnome/sources/dia/0.97/dia-0.97.1.tar.bz2' homepage 'http://live.gnome.org/Dia' sha256 '8dfe8b2c9d87baf29834c8de5e3ec91497c2b17f2b77fb1b867afddf5c429142' depends_on 'pkg-config' => :build depends_on 'intltool' depends_on 'gettext' depends_on 'pango' depends_on 'libtiff' depends_on 'gtk+' def install system "./configure", "--prefix=#{prefix}" system "make install" rm_rf share+"applications" end end
This package, dia, depends on;
pkg-config
intltool
gettext
pango
libtiff
gtk+
See which packages depend on dia.














