update BUILDING.md

This commit is contained in:
Nick Fisher
2025-03-28 15:43:41 +08:00
parent 4ac1b5329c
commit 7c936547aa

View File

@@ -1,9 +1,24 @@
# Instructions for building Filament
Below are instructions for building the Filament (currently pinned to v1.51.2) for each of the target platforms.
Below are instructions for building the Filament (currently pinned to v1.58.0) for each of the target platforms.
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
```
./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
```
## Android
```
./build.sh -i -f -p android release
./build.sh -i -f -t -d -p android debug # builds with the framegraph viewer/material debug server enabled
```
## Windows
- Install Visual Studio 2022