1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-17 21:35:11 +00:00

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

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

* Fix some makefile formatting

* 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

* Fix mkdir warning when extracted/VERSION/assets doesn't exist
This commit is contained in:
Tharo 2024-08-15 01:54:31 +01:00 committed by GitHub
parent c8ec6042e1
commit d3b9ba17da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 1795 additions and 15 deletions

View file

@ -13,12 +13,13 @@ For macOS, use Homebrew to install the following dependencies:
* libpng
* bash
* clang-format
* libxml2
You can install them with the following commands:
```bash
brew update
brew install coreutils make python3 libpng bash clang-format
brew install coreutils make python3 libpng bash clang-format libxml2
```
(The repository expects Homebrew-installed programs to be either linked correctly in `$PATH` etc. or in their default locations.)