spek/wiki/OsxInstall.wiki
Alexander Kojevnikov 399cdf4730 [web] Sync wiki
2010-06-26 22:04:18 +10:00

38 lines
996 B
Plaintext

#labels Featured
= Mac OS X installation instructions =
== Binary package ==
Experimental version of 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 gtk2 +quartz +no_x11
$ sudo port install gstreamer
$ sudo port install gst-plugins-base +no_gnome_vfs +no_x11
$ sudo port install gst-plugins-good
$ sudo port install gst-plugins-bad +no_x11
$ sudo port install gst-plugins-ugly
$ sudo port install gst-ffmpeg
}}}
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
}}}