spek/wiki/OsxInstall.wiki
2011-02-28 21:21:17 +08:00

35 lines
863 B
Plaintext

#labels Featured
= Mac OS X installation instructions =
== Binary package ==
Spek for Mac OS X is available in the download section. Download and open the DMG package, then drag the Spek icon to Applications.
Spek requires OS X 10.5 or 10.6 and an Intel-based Mac.
== Building from the tarball ==
Spek can be built using packages from [http://www.macports.org/ MacPorts]. After [http://www.macports.org/install.php installing MacPorts] get these dependencies:
{{{
$ sudo port install intltool
$ sudo port install pango +no_x11 +quartz
$ sudo port install gtk2 +no_x11 +quartz
$ sudo port install ffmpeg +no_x11 +no_nonfree
$ sudo port install ige-mac-integration
}}}
Then download the source code tarball and run these commands from terminal:
{{{
$ tar -xjvf spek-0.x.tar.bz2
$ cd spek-0.x
$ ./configure
$ make
}}}
To start Spek, run:
{{{
$ src/spek
}}}