From 7c936547aa0f7c101844615080a1d34c3291200a Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Fri, 28 Mar 2025 15:43:41 +0800 Subject: [PATCH] update BUILDING.md --- thermion_dart/BUILDING.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) 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