mirror of
https://github.com/alexkay/spek.git
synced 2025-04-16 00:30:34 +03:00
osx: Cleanup the bundle script
This commit is contained in:
parent
227fea7940
commit
0e0833e157
5
dist/osx/README.md
vendored
5
dist/osx/README.md
vendored
@ -34,11 +34,6 @@ Download and build FFmpeg, example configure flags:
|
||||
--enable-libopus
|
||||
make && make install
|
||||
|
||||
Clone and build Spek, example configure flags:
|
||||
|
||||
PKG_CONFIG_PATH=$HOME/usr/lib/pkgconfig CXX=/opt/local/bin/g++-mp-4.7
|
||||
./autogen.sh --with-wx-config=$HOME/usr/bin/wx-config
|
||||
|
||||
Bundle Spek:
|
||||
|
||||
./dist/osx/bundle.sh
|
||||
|
5
dist/osx/bundle.sh
vendored
5
dist/osx/bundle.sh
vendored
@ -6,7 +6,10 @@ LANGUAGES="cs da de eo es fr it ja nb nl pl pt_BR ru sv tr uk vi zh_CN zh_TW"
|
||||
cd $(dirname $0)/../..
|
||||
|
||||
rm -f src/spek
|
||||
make || exit 1
|
||||
|
||||
PKG_CONFIG_PATH=$INSTALL_PATH/lib/pkgconfig CXX=/opt/local/bin/g++-mp-4.7 \
|
||||
./autogen.sh --with-wx-config=$INSTALL_PATH/bin/wx-config \
|
||||
&& make || exit 1
|
||||
strip src/spek
|
||||
upx src/spek
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user