-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build for Apple Silicon #9
Comments
@jottr Hi, I wanted apple silicon too so I built it tonight. You can grab it at the link below. Once you get the file run gunzip, and the resulting file will be a .tgz, extract it and you're good. This is missing any application that has portaudio. https://app.circleci.com/pipelines/github/wolfshirts/CDP8/15/workflows/b9dc7341-d664-4d2a-98fa-251d2b95467a/jobs/15/artifacts |
I too have added Apple Silicon support in my fork which assumes First install brew install portaudio ... then build it. git clone https://github.com/shakfu/CDP8.git
cd CDP8
mkdir build && cd build
cmake .. && cmake --build . --config Release Built executables should be found in a new Also works for raspberry pi. |
This is nice. |
Sure. Feel free to grab any relevant changes from my fork. |
@shakfu 💯 thanks, it will save the time of getting port working :). |
A build for Apple Silicon would be very nice.
The text was updated successfully, but these errors were encountered: