-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
20 lines (11 loc) · 796 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Hello!
This repo contains the source code for the Humble Audio Quad Operator. We're open sourcing the code under a Attribution-ShareAlike 4.0 International (CC BY-SA 4.0). More information is available in the LICENSE file.
To build the project:
1) Download & install the ARM GCC toolchain from https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads
2) Update quadop/makefile to point the TOOLCHAIN_PATH variable to point to the GCC install location on your computer. By default it poins to the install location for macOS.
3) Run:
$ make -f quadop/makefile
Sorry, I'm not a Windows user and may not have made this simple for Windows users. Unfortunately, I can't help there. Hopefully someone from the community can help sort out those issues!
Take care,
Will