documentation updates

This commit is contained in:
Nick Fisher
2025-03-28 16:13:36 +08:00
parent 66ddcac412
commit a31142de6d
3 changed files with 28 additions and 46 deletions

View File

@@ -4,13 +4,15 @@ Below are instructions for building the Filament (currently pinned to v1.58.0) f
This is only for developers extending the Thermion package itself; if you are simply using Thermion as a dependency in your `pubspec.yaml`, you can ignore this.
## MacOS
## MacOS (arm64/x64)
```
./build.sh -i -f -p desktop release
./build.sh -i -f -t -d -p desktop debug # build with the framegraph viewer/material debug server enabled
./build.sh -l -i -f -p desktop release
./build.sh -l -i -f -t -d -p desktop debug # build with the framegraph viewer/material debug server enabled
```
# iOS
## Android
```