diff --git a/thermion_dart/BUILDING.md b/thermion_dart/BUILDING.md index 41ed3181..b47e298e 100644 --- a/thermion_dart/BUILDING.md +++ b/thermion_dart/BUILDING.md @@ -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