mirror of
https://github.com/alexkay/spek.git
synced 2025-08-11 21:11:35 +03:00
12 lines
266 B
Markdown
12 lines
266 B
Markdown
# Building the OS X bundle
|
|
|
|
Using [Homebrew](http://brew.sh) install build dependencies:
|
|
|
|
brew install autoconf automake coreutils git libtool pkg-config
|
|
brew install ffmpeg gettext wxmac
|
|
brew link --force gettext
|
|
|
|
Bundle Spek:
|
|
|
|
./dist/osx/bundle.sh
|