mirror of
https://github.com/zeldaret/mm.git
synced 2026-08-21 22:10:51 -04:00
[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:
@@ -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.)
|
||||
|
||||
Reference in New Issue
Block a user