[Audio 4/?] Build Samplebanks, match Audiotable (#1672)

* [Audio 4/?] Build Samplebanks, match Audiotable

* Add missing scope in MARK chunk handling

* Add comment to generate asm file when buffer bug data is emitted, remove duplicate CC4 definition

* Adjust comment

* SBCFLAGS

* Remove unnecessary comments on notes_lut

* Split build directories creation command into several to avoid it becoming too long

* objcopy -j -> --only-section

* Try fix mkdir from clean

* Try fix 2
This commit is contained in:
Tharo
2024-08-15 01:55:45 +01:00
committed by GitHub
parent e8cd6e622f
commit 7209abbec2
16 changed files with 1798 additions and 11 deletions
+2 -1
View File
@@ -11,12 +11,13 @@ For macOS, use Homebrew to install the following dependencies:
* python3
* libpng
* bash
* libxml2
You can install them with the following commands:
```bash
brew update
brew install coreutils make python3 libpng bash
brew install coreutils make python3 libpng bash libxml2
```
(The repository expects Homebrew-installed programs to be either linked correctly in `$PATH` etc. or in their default locations.)