macos build updates
This commit is contained in:
parent
43bd1eff3e
commit
108029b6f9
|
|
@ -88,7 +88,7 @@ Build & run it:
|
||||||
## Mac
|
## Mac
|
||||||
Install libraries for sample engine:
|
Install libraries for sample engine:
|
||||||
|
|
||||||
$ brew install fftw portaudio liblo
|
$ brew install fftw portaudio liblo libsndfile
|
||||||
|
|
||||||
Install dependancies for the interface:
|
Install dependancies for the interface:
|
||||||
|
|
||||||
|
|
@ -124,6 +124,10 @@ Edit Info.plist to add samplebrain.icns to CFBundleIconFile. Key `CFBundleIconFi
|
||||||
<key>CFBundleIconFile</key>
|
<key>CFBundleIconFile</key>
|
||||||
<string>samplebrain.icns</string>
|
<string>samplebrain.icns</string>
|
||||||
|
|
||||||
|
You might also need to resign the app bundle
|
||||||
|
|
||||||
|
$ codesign --force --deep --sign - samplebrain.app
|
||||||
|
|
||||||
## What's here
|
## What's here
|
||||||
|
|
||||||
1. brain:
|
1. brain:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue