update BUILDING.md
This commit is contained in:
@@ -1,9 +1,24 @@
|
|||||||
# Instructions for building Filament
|
# 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.
|
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
|
## Windows
|
||||||
|
|
||||||
- Install Visual Studio 2022
|
- Install Visual Studio 2022
|
||||||
|
|||||||
Reference in New Issue
Block a user