mirror of
https://gitlab.com/then-try-this/samplebrain.git
synced 2025-05-12 02:27:21 +00:00
macos build updates
This commit is contained in:
parent
43bd1eff3e
commit
108029b6f9
14
README.md
14
README.md
@ -49,13 +49,13 @@ Security & Privacy > General. At the bottom of the window, select
|
|||||||
"Allow apps to be downloaded from Anywhere".
|
"Allow apps to be downloaded from Anywhere".
|
||||||
|
|
||||||
Windows note: Some people are reporting problems with windows 11.
|
Windows note: Some people are reporting problems with windows 11.
|
||||||
|
|
||||||
# Old/broken/spurious binaries
|
# Old/broken/spurious binaries
|
||||||
|
|
||||||
* **Windows* *: [samplebrain_0.18_win.zip](https://static.thentrythis.org/samplebrain/samplebrain_0.18_win.zip)
|
* **Windows**: [samplebrain_0.18_win.zip](https://static.thentrythis.org/samplebrain/samplebrain_0.18_win.zip)
|
||||||
* **Mac (intel)**: [samplebrain_0.18_macintel.zip](https://static.thentrythis.org/samplebrain/samplebrain_0.18_macintel.zip)
|
* **Mac (intel)**: [samplebrain_0.18_macintel.zip](https://static.thentrythis.org/samplebrain/samplebrain_0.18_macintel.zip)
|
||||||
* **Mac (m1)**: [samplebrain_0.18_m1_v2.dmg](https://static.thentrythis.org/samplebrain/samplebrain_0.18_m1_v2.dmg)
|
* **Mac (m1)**: [samplebrain_0.18_m1_v2.dmg](https://static.thentrythis.org/samplebrain/samplebrain_0.18_m1_v2.dmg)
|
||||||
|
|
||||||
**Linux install (Ubuntu)**
|
**Linux install (Ubuntu)**
|
||||||
|
|
||||||
$ sudo add-apt-repository ppa:thentrythis/samplebrain
|
$ sudo add-apt-repository ppa:thentrythis/samplebrain
|
||||||
@ -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…
x
Reference in New Issue
Block a user